From e2f2e629cc8528e6fba430398c5e46d64734245e Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 7 Oct 2006 22:53:46 +0000 Subject: [PATCH] sys: fixed typo breaking things with VServers --- ChangeLog | 7 ++++++- handlers/sys | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.30.2