documented the 'vhashify' configuration
[util-vserver.git] / util-vserver / scripts / vserver-wrapper
index 41a3a80..ccbd2e1 100755 (executable)
@@ -22,7 +22,7 @@ test -e "$UTIL_VSERVER_VARS" || {
 }
 . "$UTIL_VSERVER_VARS"
 
-test "$MARK" || MARK=default
+test -n "$MARK" || MARK=default
 : ${LOCKFILE:=vservers-$MARK}
 : ${NUMPARALLEL:=6}