forked from Fediversity/Fediversity
printf + exit -> die
This commit is contained in:
parent
253a5ad8fa
commit
5f29388776
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ install_vm () (
|
|||
case $status in
|
||||
running) sleep 1 ;;
|
||||
stopped) break ;;
|
||||
*) printf " unexpected status: '%s'\n" "$status"; exit 2 ;;
|
||||
*) die " unexpected status: '%s'\n" "$status" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue