X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvtop;h=6aeb35a96142b3154c872043356385e467dc7a5a;hb=c574f33e210c3438945209d685c218c51f74cbaa;hp=c76d90a496f11f7d30e8f2e872b74e8b879c008c;hpb=66ff8eb2e4f7e51fab7bf0eae4a756c9f54b7132;p=util-vserver.git diff --git a/util-vserver/scripts/vtop b/util-vserver/scripts/vtop index c76d90a..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..." >&2 + echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2 exit 1 } . "$UTIL_VSERVER_VARS"