Skip to content

Commit

Permalink
add 'set -e' to ensure script termination on error (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mevemo authored Mar 30, 2024
1 parent 0a8c18a commit 10495eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

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

0 comments on commit 10495eb

Please sign in to comment.