mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix install script warning message
This commit is contained in:
parent
23fe8790b2
commit
cd50899c73
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ then
|
|||
access_domain=$domain
|
||||
else
|
||||
access_domain=$YNH_APP_ARG_ACCESS_DOMAIN
|
||||
if [ -z $access_domain ]
|
||||
if [ -z "$access_domain" ]
|
||||
then
|
||||
access_domain=$domain
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue