Fix issues with creating orphan processes

By using bash (which plays nicely by reparenting orphan processes)
This commit is contained in:
2019-12-16 04:11:58 +00:00
parent fd879c12e2
commit 9afb7e685f
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eux
@@ -28,3 +28,5 @@ EOM
)
aws route53 change-resource-record-sets --hosted-zone-id "${zone_id}" --change-batch "$batch"
wait