From 68fccaa2bd10e057ad85faac5cdc35c0a2bb3456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:58:21 +0100 Subject: [PATCH] fix --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index e705210..054c519 100755 --- a/scripts/restore +++ b/scripts/restore @@ -28,7 +28,7 @@ ynh_restore_file --origin_path="$data_dir" --not_mandatory # (Same as for install dir) chown -R "$app:www-data" "$data_dir" -chmod +x "install_dir/cells" +chmod +x "$install_dir/cells" #================================================= # RESTORE THE MYSQL DATABASE diff --git a/scripts/upgrade b/scripts/upgrade index 61646ec..b8b166f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,7 +32,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then fi chown -R "$app:www-data" "$install_dir" -chmod +x "install_dir/cells" +chmod +x "$install_dir/cells" #================================================= # REAPPLY SYSTEM CONFIGURATIONS