From a87e5ee3e8b956435b9e423cc4a9b38441927c43 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Apr 2022 13:17:45 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ce35c1a..b376c0b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -151,24 +151,6 @@ then ynh_add_config --template="../conf/baikal.yaml" --destination="$final_path/config/baikal.yaml" chown $app: "$final_path/config/baikal.yaml" chmod 640 "$final_path/config/baikal.yaml" - - #================================================= - # UPGRADE BAIKAL - #================================================= - # ynh_script_progression --message="Upgrading Baïkal..." - - # # Run Baikal upgrade - # php"${phpversion}" "${final_path}/bin/upgrade.sh" - - # # Cleanup old baikal-admin sessions - # # since we may have changed owner of the session file - # grep --files-with-matches --recursive "CSRF_TOKEN|s:" /var/lib/php/sessions | xargs rm -f - - # # Store the config file checksum into the app settings - # ynh_store_file_checksum --file="$bk_conf" - # # Remove checksums of old files - # ynh_delete_file_checksum --file="${final_path}/Specific/config.php" - # ynh_delete_file_checksum --file="${final_path}/Specific/config.system.php" fi #=================================================