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)