1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
Clément 2017-03-12 19:31:50 +01:00
parent e3c2e02243
commit 6f11f336e0

View file

@ -7,7 +7,7 @@ set -eu
# retrieve useful param
app=$YNH_APP_INSTANCE_NAME
path=$(ynh_app_setting_get "$app" path)
path=/var/www/$app
dbpass=$(ynh_app_setting_get "$app" mysqlpwd)
domain=$(ynh_app_setting_get "$app" domain)