sys: fixed typo breaking things with VServers

This commit is contained in:
intrigeri 2006-10-07 22:53:46 +00:00
parent 787e4aadd2
commit e2f2e629cc
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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