libraries/libvirt: (Really) properly initialize $count in rc.libvirt
This fixes commit e4dec7aaf7
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
47fcfad833
commit
38dfe92a5a
|
@ -81,7 +81,7 @@ guests_managedsave() {
|
|||
|
||||
echo -n "Waiting for managedsave to finish on all guests..."
|
||||
|
||||
count = 0
|
||||
count=0
|
||||
|
||||
while [ $(/usr/sbin/virsh list --name | grep -v ^$ | wc -l) -gt "0" ]; do
|
||||
if [ "$count" -ge "$TIMEOUT" ];then
|
||||
|
|
Loading…
Reference in New Issue