Many updates! terraform 0.14 formatting, nginx compat, error handling
This commit is contained in:
11
spoke-app-provision-wrapper
Executable file
11
spoke-app-provision-wrapper
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
main() {
|
||||
bash /tmp/spoke-app-provision system0
|
||||
sudo -H -u spoke bash /tmp/spoke-app-provision spoke0
|
||||
bash /tmp/spoke-app-provision system1
|
||||
}
|
||||
|
||||
main "${@}"
|
Reference in New Issue
Block a user