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
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$1
|
||||
path=$2
|
||||
admin_user=$3
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path=$YNH_APP_ARG_PATH
|
||||
admin_user=$YNH_APP_ARG_ADMIN
|
||||
# Setup variables
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
db_user=$app
|
||||
|
|
Loading…
Reference in a new issue