From 4f6c96de08ad9090e12c219e9575221f6b7ca76c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 18 Oct 2020 19:42:12 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index b63d6b4..37cc0f5 100755 --- a/scripts/install +++ b/scripts/install @@ -40,7 +40,7 @@ admin_email=$(ynh_user_get_info --username=$admin --key="mail") ## Bypass package_checker name not compatible with pleroma if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - admin="test" + admin="test" fi app=$YNH_APP_INSTANCE_NAME diff --git a/scripts/restore b/scripts/restore index e2139fa..6408e6a 100755 --- a/scripts/restore +++ b/scripts/restore @@ -43,7 +43,7 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir) ynh_script_progression --message="Validating restoration parameters..." if [ "$(lsb_release --codename --short)" != "buster" ]; then - ynh_die --message="Sorry, but this app can only be installed on Buster :(" + ynh_die --message="Sorry, but this app can only be restored on Buster :(" fi ynh_webpath_available --domain=$domain --path_url=$path_url \ diff --git a/scripts/upgrade b/scripts/upgrade index 6d3465e..da30703 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,7 +47,7 @@ upgrade_type=$(ynh_check_app_version_changed) ynh_script_progression --message="Ensuring downward compatibility..." if [ "$(lsb_release --codename --short)" != "buster" ]; then - ynh_die --message="Sorry, but this app can only be installed on Buster :(" + ynh_die --message="Sorry, but this app can only be upgraded on Buster :(" fi # Fix is_public as a boolean value