We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233ba4 commit ef7a61bCopy full SHA for ef7a61b
scripts/base/ampstart.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
-#set -e -o pipefail
+set -Eeuo pipefail
4
+trap 'echo "[ERR] line $LINENO: $BASH_COMMAND (exit $?)"' ERR
5
6
echo "[Info] AMPStart for Docker"
7
ARCH=$(uname -m)
0 commit comments