From 7c82c74c25c36c0ee1edeb2f6c723f7c7689b89e Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 17 Dec 2023 22:17:51 +0100 Subject: [PATCH] Update upgrade remove the reinstall of the file config.local.php present --- scripts/upgrade | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e975052..fc5d71b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,15 +62,7 @@ chmod 644 "/etc/cron.d/$app" #================================================= # SPECIFIC UPGRADE #================================================= -# UPDATE A CONFIG FILE -#================================================= -#ynh_script_progression --message="Updating a configuration file..." --weight=5 -# Install configuration files -#ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php" - -#chmod 650 "$install_dir/config.local.php" -#chown $app:$app "$install_dir/config.local.php" #================================================= # END OF SCRIPT