1
0
Fork 0
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:
Fabian Wilkens 2021-01-30 17:19:24 +01:00
parent 23fe8790b2
commit cd50899c73
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

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