diff --git a/createVhosts.sh b/createVhosts.sh index 1e43c00..e022c61 100755 --- a/createVhosts.sh +++ b/createVhosts.sh @@ -94,8 +94,8 @@ if [[ $_domain = false ]]; then err "You must set domain" fi -echo -n "Checking if $_root exists?" if test -n "$_root"; then + echo -n "Checking if $_root exists?" if ! test -d $_root; then echo " Creating..." mkdir -p $_root