mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
sys: fixed typo breaking things with VServers
This commit is contained in:
parent
787e4aadd2
commit
e2f2e629cc
@ -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
|
backupninja changes
|
||||||
. Fixed bug in toint(), and thus isnow(), which caused it
|
. Fixed bug in toint(), and thus isnow(), which caused it
|
||||||
to not work when run from cron.
|
to not work when run from cron.
|
||||||
|
@ -115,7 +115,7 @@ if [ "$packages" == "yes" ]; then
|
|||||||
set -o noglob
|
set -o noglob
|
||||||
debug "$VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile"
|
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"
|
$VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile || fatal "can not save $packagemgr info to $packagesfile"
|
||||||
set +o noglog
|
set +o noglob
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user