Skip to content

Commit 0ca0632

Browse files
committed
scripts/InstallScripts/InstallPrawnOS.sh: move 'set -e' inside script
1 parent 57f8c78 commit 0ca0632

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/InstallScripts/InstallPrawnOS.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 -e
24

35
#See the block of "echos" in main() for description of this script
46

0 commit comments

Comments
 (0)