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:
parent
4736ccd411
commit
7fbd21fc29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue