made 'status' really silent
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 03:57:13 +0000 (03:57 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 03:57:13 +0000 (03:57 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1178 94cd875c-1c1d-0410-91d2-eb244daf1a30

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