From 1fefebb0eafe95a1b20f21d1011fd0bc91984244 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Apr 2022 12:50:26 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index f05fa73..44c0c69 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,20 +165,20 @@ then #================================================= # UPGRADE BAIKAL #================================================= - ynh_script_progression --message="Upgrading Baïkal..." + # ynh_script_progression --message="Upgrading Baïkal..." - # Run Baikal upgrade - php"${phpversion}" "${final_path}/bin/upgrade.sh" + # # 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 + # # 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" + # # 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 #=================================================