mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
linter cs
This commit is contained in:
parent
6c42c48fa1
commit
cfbf00d0c8
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ set -eu
|
||||||
. ./_common.sh
|
. ./_common.sh
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$1
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path=$2
|
path=$YNH_APP_ARG_PATH
|
||||||
admin_user=$3
|
admin_user=$YNH_APP_ARG_ADMIN
|
||||||
# Setup variables
|
# Setup variables
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
db_user=$app
|
db_user=$app
|
||||||
|
|
Loading…
Reference in a new issue