From: intrigeri Date: Sat, 7 Oct 2006 22:53:46 +0000 (+0000) Subject: sys: fixed typo breaking things with VServers X-Git-Tag: backupninja-0.9.5~62 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=e2f2e629cc8528e6fba430398c5e46d64734245e sys: fixed typo breaking things with VServers --- diff --git a/ChangeLog b/ChangeLog index 644f07f..70af3ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -version 0.9.4 -- unreleased +version 0.9.5 -- unreleased + handler changes + sys: + . Fixed typo breaking things for VServers. + +version 0.9.4 -- October 6th, 2006 backupninja changes . Fixed bug in toint(), and thus isnow(), which caused it to not work when run from cron. diff --git a/handlers/sys b/handlers/sys index 84c9540..6ae736d 100755 --- a/handlers/sys +++ b/handlers/sys @@ -115,7 +115,7 @@ if [ "$packages" == "yes" ]; then set -o noglob debug "$VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile" $VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile || fatal "can not save $packagemgr info to $packagesfile" - set +o noglog + set +o noglob done fi