"xl shutdown --halt" doesn't work, remove the "--halt"
This commit is contained in:
parent
53d268722a
commit
852c5d1de0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ xendomains_stop()
|
||||||
#
|
#
|
||||||
echo "Stopping xen domains."
|
echo "Stopping xen domains."
|
||||||
for domain in $(xendomains_list); do
|
for domain in $(xendomains_list); do
|
||||||
${ctl_command} shutdown --halt $domain
|
${ctl_command} shutdown $domain
|
||||||
done
|
done
|
||||||
while [ $timeout -gt 0 ]; do
|
while [ $timeout -gt 0 ]; do
|
||||||
livedomains=$(xendomains_list)
|
livedomains=$(xendomains_list)
|
||||||
|
|
Loading…
Reference in a new issue