mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
fix substitution error
This commit is contained in:
parent
0680d4d25a
commit
f10898e608
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ admin=$3
|
|||
password=$4
|
||||
is_public=$5
|
||||
|
||||
domain=${$domain%/}
|
||||
domain=${$domain%?}
|
||||
|
||||
|
||||
# Check domain/path availability
|
||||
|
|
Loading…
Reference in a new issue