mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
commit
20dad0e459
1 changed files with 8 additions and 8 deletions
|
@ -7,14 +7,14 @@ set -eu
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
# retrieve arguments
|
# retrieve arguments
|
||||||
app=bozon
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
domain=$1
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path=$2
|
path=$YNH_APP_ARG_PATH
|
||||||
is_public=$3
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
language=$4
|
language=$YNH_APP_ARG_IS_LANGUAGE
|
||||||
filesize=$5
|
filesize=$YNH_APP_ARG_IS_FILESIZE
|
||||||
admin=$6
|
admin=$YNH_APP_ARG_IS_ADMIN
|
||||||
password=$7
|
password=$YNH_APP_ARG_IS_PASSWORD
|
||||||
|
|
||||||
|
|
||||||
# chech if / is present at start and not at end
|
# chech if / is present at start and not at end
|
||||||
|
|
Loading…
Reference in a new issue