1
0
Fork 0
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:
frju365 2018-03-11 14:06:48 +01:00 committed by GitHub
parent 3b0ad25b61
commit 64c6841849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)