This commit is contained in:
Éric Gaspar 2023-11-23 17:58:21 +01:00
parent 17ab15235b
commit 68fccaa2bd
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ ynh_restore_file --origin_path="$data_dir" --not_mandatory
# (Same as for install dir) # (Same as for install dir)
chown -R "$app:www-data" "$data_dir" chown -R "$app:www-data" "$data_dir"
chmod +x "install_dir/cells" chmod +x "$install_dir/cells"
#================================================= #=================================================
# RESTORE THE MYSQL DATABASE # RESTORE THE MYSQL DATABASE

View file

@ -32,7 +32,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then
fi fi
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"
chmod +x "install_dir/cells" chmod +x "$install_dir/cells"
#================================================= #=================================================
# REAPPLY SYSTEM CONFIGURATIONS # REAPPLY SYSTEM CONFIGURATIONS