Skip to content

Commit 57f8c78

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/InstallScripts/InstallPackages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#!/bin/bash -e
1+
#!/bin/bash
22

3+
set -e
34

45
# This file is part of PrawnOS (https://www.prawnos.com)
56
# Copyright (c) 2018 Hal Emmerich <[email protected]>

0 commit comments

Comments
 (0)