From b9b050b7c1f2046488916c617aa49a206e4e669c Mon Sep 17 00:00:00 2001 From: Anmol Date: Sun, 16 Jul 2017 15:00:16 +0530 Subject: [PATCH] corrected the app name in remove and removed the / in config.php --- conf/config.php | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.php b/conf/config.php index 50665ed..6093274 100644 --- a/conf/config.php +++ b/conf/config.php @@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); /** YOURLS installation URL -- all lowercase and with no trailing slash. ** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */ -define( 'YOURLS_SITE', 'http://yunodomain/_yourlspath' ); +define( 'YOURLS_SITE', 'http://yunodomain_yourlspath' ); /** Timezone GMT offset */ define( 'YOURLS_HOURS_OFFSET', 0 ); diff --git a/scripts/remove b/scripts/remove index ce3b9d7..87008e5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers # LOAD SETTINGS #================================================= -app=$YNH_APP_INSTANCE_NAM +app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get $app domain) db_name=$(ynh_app_setting_get $app db_name)