X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvtop;h=6aeb35a96142b3154c872043356385e467dc7a5a;hb=95cf3519da76f335389cd7a18d0090b59f81f2e7;hp=e6e21987a56b14dfb1c93637fd2fcbc79f2d0011;hpb=9aa4164f68b34f283ff8878de3d6a5b9ea4faea6;p=util-vserver.git diff --git a/util-vserver/scripts/vtop b/util-vserver/scripts/vtop index e6e2198..6aeb35a 100755 --- a/util-vserver/scripts/vtop +++ b/util-vserver/scripts/vtop @@ -20,7 +20,7 @@ #Presents the processes running in all virtual servers : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars} test -e "$UTIL_VSERVER_VARS" || { - echo "Can not find util-vserver installation; aborting..." + echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2 exit 1 } . "$UTIL_VSERVER_VARS"