1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

correct variable declaration

This commit is contained in:
Clément 2017-02-13 22:26:16 +01:00
parent 4736ccd411
commit 7fbd21fc29

View file

@ -8,7 +8,7 @@ domain=$1
path=$2 path=$2
admin_user=$3 admin_user=$3
# Setup variables # Setup variables
$app=$APPNAME app=$APPNAME
db_user=$app db_user=$app
db_name=$app db_name=$app