diff --git a/scripts/restore b/scripts/restore index e01b1be..d5d6311 100755 --- a/scripts/restore +++ b/scripts/restore @@ -89,7 +89,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= ynh_script_progression --message="Restoring various files..." --weight=1 -ynh_restore_file --origin_path="/etc/uswgi/apps-available/$app.ini" +ynh_restore_file --origin_path="/etc/uwsgi/apps-available/$app.ini" mkdir -p "/var/log/uwsgi/$app" chown $app:$app "/var/log/uwsgi/$app"