Don't mask return value. (#299)

This commit is contained in:
Felix Fontein 2022-02-14 20:50:36 +01:00 committed by GitHub
parent 3ad49824db
commit 078afc9769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@ cleanup() {
echo "Shutdown"
ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml
echo "Done"
exit 0
}
trap cleanup INT TERM EXIT

View File

@ -32,7 +32,6 @@ cleanup() {
echo "Shutdown"
ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml
echo "Done"
exit 0
}
trap cleanup INT TERM EXIT

View File

@ -31,7 +31,6 @@ cleanup() {
echo "Shutdown"
ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml
echo "Done"
exit 0
}
envs=(--env "HOME=${HOME:-}")