X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Frootshell;h=b365391549eca3bcffd04c556d9a4f64fd88614d;hb=d45518897217889e8571d94d4459ee12c4db56a0;hp=d7203b1ee0671b04c4ff58a03fc046ed3c779b5a;hpb=737e5afe4cda25c0c509c5aaa0608966f0b39e50;p=util-vserver.git diff --git a/util-vserver/scripts/rootshell b/util-vserver/scripts/rootshell index d7203b1..b365391 100755 --- a/util-vserver/scripts/rootshell +++ b/util-vserver/scripts/rootshell @@ -16,9 +16,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -: ${UTIL_VSERVER_VARS:=$(dirname $0)/util-vserver-vars} +: ${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; aborting..." >&2 exit 1 } . "$UTIL_VSERVER_VARS"