Don't mask return value. (#299) (#300)

(cherry picked from commit 078afc9769)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-02-14 21:10:08 +01:00 committed by GitHub
parent febdace4ee
commit d7a6ba7fc3
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:-}")