X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=src%2Fbackupninja.in;h=29c4e1ed1ca404e227c68bd12cf4d8bf083578f5;hp=9330902e0bfcd97721deb29011e8ffa73972315b;hb=badd9c82b9d719db83b2a452125ee538aaf5b6a3;hpb=2f209f803136ff7dfe0dd1bb30040b1ee354c851 diff --git a/src/backupninja.in b/src/backupninja.in index 9330902..29c4e1e 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -425,7 +425,7 @@ getconf RSYNC /usr/bin/rsync getconf vservers no getconf VSERVERINFO /usr/sbin/vserver-info getconf VSERVER /usr/sbin/vserver -getconf VROOTDIR `if [ -f "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'; fi` +getconf VROOTDIR `if [ -f "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO | grep '^ *vserver-Rootdir' | awk '{print $2}'; fi` if [ ! -d "$configdirectory" ]; then echo "Configuration directory '$configdirectory' not found."