fix: double quote in fake_cancel.sh (#5399)

This commit is contained in:
Marcin Tojek 2022-12-13 11:03:34 +01:00 committed by GitHub
parent 1c42a20865
commit 50d1c7191a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ init)
trap 'echo exit; kill -9 $sleep_pid 2>/dev/null' EXIT
trap 'echo interrupt; exit 1' INT
trap 'echo terminate"; exit 2' TERM
trap 'echo terminate; exit 2' TERM
echo init_start
wait
@ -45,7 +45,7 @@ apply)
trap 'json_print exit; kill -9 $sleep_pid 2>/dev/null' EXIT
trap 'json_print interrupt; exit 1' INT
trap 'json_print terminate"; exit 2' TERM
trap 'json_print terminate; exit 2' TERM
json_print apply_start
wait