From: intrigeri Date: Thu, 2 Feb 2006 20:09:50 +0000 (+0000) Subject: lib/vserver.in: fixed #351083 (readlink syntax error) X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=cbd908d3aabd9cfe18818b39d4aeea2bb793695d;p=matthijs%2Fupstream%2Fbackupninja-vserver.git lib/vserver.in: fixed #351083 (readlink syntax error) git-svn-id: http://code.autistici.org/svn/backupninja/trunk@362 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/lib/vserver.in b/lib/vserver.in index 1c267c6..8a585bf 100644 --- a/lib/vserver.in +++ b/lib/vserver.in @@ -35,7 +35,7 @@ init_vservers() { getconf VSERVER /usr/sbin/vserver getconf VROOTDIR `if [ -x "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO | grep '^ *vserver-Rootdir' | awk '{print $2}'; fi` # canonicalize VROOTDIR - VROOTDIR=`readlink --canonicalize $VROOTDIR` + [ -z "$VROOTDIR" ] || VROOTDIR=`readlink --canonicalize $VROOTDIR` # init this library's global variables vservers_are_available=no found_vservers=