diff --git a/doc/notifications/POST_INSTALL.md b/doc/ADMIN.md similarity index 100% rename from doc/notifications/POST_INSTALL.md rename to doc/ADMIN.md diff --git a/doc/notifications/POST_INSTALL_fr.md b/doc/ADMIN_fr.md similarity index 100% rename from doc/notifications/POST_INSTALL_fr.md rename to doc/ADMIN_fr.md diff --git a/manifest.toml b/manifest.toml index 4b99ba7..581aa5f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "GPL-3.0-only" code = "https://github.com/YunoHost-Apps/my_webapp_ynh" [integration] -yunohost = ">= 11.1.5" +yunohost = ">= 11.1.7" architectures = "all" multi_instance = true ldap = "not_relevant" diff --git a/scripts/change_url b/scripts/change_url index 39f7c11..d763d2b 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -19,15 +19,11 @@ old_path=$YNH_APP_OLD_PATH new_domain=$YNH_APP_NEW_DOMAIN new_path=$YNH_APP_NEW_PATH -app=$YNH_APP_INSTANCE_NAME - #================================================= # LOAD SETTINGS #================================================= ynh_script_progression --message="Loading installation settings..." -# Needed for helper "ynh_add_nginx_config" -final_path=$(ynh_app_setting_get --app=$app --key=final_path) phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #=================================================