1
0
Fork 0
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:
Clément 2017-03-13 20:14:53 +01:00
parent 6c42c48fa1
commit cfbf00d0c8

View file

@ -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