Skip to content

Commit 0346a9e

Browse files
authored
Add set -euo pipefail to improve script robustness
1 parent 412d163 commit 0346a9e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

init.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash -e
1+
#!/bin/bash
2+
3+
set -euo pipefail
24

35
if [ -d SaProt ]; then
46
echo "It seems that you have already run this installation script before. You only need to run this script once."

0 commit comments

Comments
 (0)