Updating gen-unifi-cert.sh

master
Brie Bruns 2016-03-24 18:59:12 -06:00
padre 54a91de530
commit fe15e27694
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -49,7 +49,7 @@ done
MAINDOMAIN=${domains[0]}
if [[ ! -z ${MAINDOMAIN} ]]; then
if [[ -z ${MAINDOMAIN} ]]; then
echo "Error: At least one -d argument is required"
exit 1
fi