From a077a692e90a1330136b3790ad02eb580c4f3d21 Mon Sep 17 00:00:00 2001 From: rodinux Date: Sun, 15 Jan 2023 18:17:38 +0100 Subject: [PATCH] php8.0 for migration checksum --- scripts/experimental_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/experimental_helper.sh b/scripts/experimental_helper.sh index 57a6e78..2eb6768 100644 --- a/scripts/experimental_helper.sh +++ b/scripts/experimental_helper.sh @@ -183,7 +183,7 @@ ynh_handle_app_migration () { ynh_replace_string "\(^checksum__etc_nginx.*\)_$old_app" "\1_$new_app/" "$settings_dir/$new_app/settings.yml" # Replace php5-fpm checksums - ynh_replace_string "\(^checksum__etc_php5.*[-_]\)$old_app" "\1$new_app/" "$settings_dir/$new_app/settings.yml" + ynh_replace_string "\(^checksum__etc_php8.O.*[-_]\)$old_app" "\1$new_app/" "$settings_dir/$new_app/settings.yml" # Replace final_path ynh_replace_string "\(^final_path: .*\)$old_app" "\1$new_app" "$settings_dir/$new_app/settings.yml"