mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update remove
This commit is contained in:
parent
3b0ad25b61
commit
64c6841849
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
domain=$(ynh_app_setting_get $app domain)
|
||||
port=$(ynh_app_setting_get $app port)
|
||||
dbname=$(ynh_app_setting_get $app dbname)
|
||||
dbpass=$(ynh_app_setting_get $app dbpass)
|
||||
dbuser=$dbname
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue