diff --git a/manifest.toml b/manifest.toml index 4ffaec7..c571f2d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Cors Proxy" description.en = "An advanced https proxy allowing you to call other websites from your own web application." description.fr = "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web." -version = "1.2.1~ynh2" +version = "1.2.1~ynh3" maintainers = ["Gerard Collin"] diff --git a/scripts/restore b/scripts/restore index e219e8c..73e8b4f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -29,9 +29,6 @@ if [ -n "$public_key" ]; then _install_restart_script_and_sudoers fi -mkdir --parents /var/log/$app -chown $app:adm /var/log/$app - #================================================= # SPECIFIC RESTORATION #=================================================