diff --git a/scripts/restore b/scripts/restore index 054c519..4a92bc2 100755 --- a/scripts/restore +++ b/scripts/restore @@ -18,6 +18,7 @@ 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 +x "$install_dir/cells" #================================================= # RESTORE THE DATA DIRECTORY @@ -26,9 +27,7 @@ ynh_script_progression --message="Restoring the data directory..." --weight=1 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" #================================================= # RESTORE THE MYSQL DATABASE