mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
fix
This commit is contained in:
parent
e3c2e02243
commit
6f11f336e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue