Skip to content

Commit 10495eb

Browse files
authored
add 'set -e' to ensure script termination on error (#468)
1 parent 0a8c18a commit 10495eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
# Check for root privileges
44
if [ "$(id -u)" != "0" ]; then

0 commit comments

Comments
 (0)