mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
fix issue with variables
This commit is contained in:
parent
d1ac02203a
commit
4d8fc16339
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ app=pluxml
|
|||
domain=$1
|
||||
path=$2
|
||||
admin=$3
|
||||
is_public=$4
|
||||
password=$5
|
||||
password=$4
|
||||
is_public=$5
|
||||
|
||||
domain=${$domain%/}
|
||||
|
||||
|
|
Loading…
Reference in a new issue