From fb34d3331922eaa3b1cbb416a6675e0cb35847bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:46:05 +0100 Subject: [PATCH] Add ADMIN readme --- doc/{notifications/POST_INSTALL.md => ADMIN.md} | 0 doc/{notifications/POST_INSTALL_fr.md => ADMIN_fr.md} | 0 manifest.toml | 2 +- scripts/change_url | 4 ---- 4 files changed, 1 insertion(+), 5 deletions(-) rename doc/{notifications/POST_INSTALL.md => ADMIN.md} (100%) rename doc/{notifications/POST_INSTALL_fr.md => ADMIN_fr.md} (100%) 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) #=================================================