From 6062460600779c98fe3c2659d5f7bb5fefec4084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:17:04 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cf6f4b0..299eaca 100644 --- a/scripts/restore +++ b/scripts/restore @@ -18,8 +18,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" chown -R $app:www-data "$install_dir" -chmod 400 "$install_dir/config.json" -chown $app:$app "$install_dir/config.json" #================================================= # RESTORE SYSTEM CONFIGURATIONS