Fix condrestart to actually do a conditional restart
[util-vserver.git] / scripts / vserver
index 5187776..84166e9 100755 (executable)
@@ -208,7 +208,7 @@ case "$2" in
        $cmd "$@"
        ;;
     (condrestart)
-       test ! isVserverRunning "$VSERVER_DIR" || restart
+       ! isVserverRunning "$VSERVER_DIR" || restart
        ;;
     (exec)
        shift 2