From e6473d4c7cc4c527eb7eea2e1143caaa5687a3d8 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 1 Nov 2021 11:26:02 +0100 Subject: [PATCH] error syntax source app 1.1.0 in pre-upgrade script --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index cb03da3..f2cd572 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,14 +131,14 @@ then fi fi #================================================= -# UPGRADE TO 1.1.1 if necessary +# UPGRADE TO 1.1.0 if necessary #================================================= if [ "$upgrade_type" == "1.1.0" ] then ynh_script_progression --message="Upgrading upgrade to 1.1.0" --weight=5 # Download, check integrity, uncompress and patch the source from 0.9.8.src - ynh_setup_source --keep="config.local.php" --dest_dir="$final_path" --source_id="1.1.1" + ynh_setup_source --keep="config.local.php" --dest_dir="$final_path" --source_id="1.1.0" # Set permissions on app files ynh_system_user_create --username=$app ynh_add_nginx_config