feat: guard option in bash to prevent script from running after error

This commit is contained in:
angeD 2021-12-28 14:01:53 +01:00
parent 96c24ba956
commit 12cbefe3dd
4 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/bash
set -e
if [ "$EUID" -eq 0 ]; then