use new vuname syntax
[util-vserver.git] / util-vserver / scripts / vserver
index e93132d..c5ea2f1 100755 (executable)
@@ -240,9 +240,8 @@ case "$2" in
            msg $"Vserver '$vserver' is running at context '$ctx'"
 
            if test "$2" = status; then
-               msg    $"Number of processes:" $procnum
-               msg -n $"Uptime:              "
-               "$_FILETIME" "$VSERVER_DIR/run"
+               msg $"Number of processes: " $procnum
+               msg $"Uptime:              "    $("$_FILETIME" "$VSERVER_DIR/run")
            fi
            exit 0
        else