mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
corrected the app name in remove and removed the / in config.php
This commit is contained in:
parent
a0aaf8baab
commit
b9b050b7c1
2 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue