cosmetical changes in indentation and a typo

This commit is contained in:
Tamás Gérczei 2016-04-19 20:23:44 +02:00
parent 013b2575fe
commit cc1a56a0dc
1 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@ case $1 in
;;
disarm)
# set the 'autoboot' attribute to 'false' for every installed guest on order to prevent automatic start-up without this script
# set the 'autoboot' attribute to 'false' for every installed guest in order to prevent automatic start-up without this script
zoneadm list -pi | while IFS=":" read ID UUID STATE remainder; do
if [[ $STATE == "installed" ]];
then