#justalpinethings

This commit is contained in:
2022-08-18 19:55:18 -06:00
parent 99049325d3
commit 6389d36192
4 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
[[ $EUID -eq 0 ]] && { echo 'ERROR::Setup cannot be run as root'; exit 1; }
[[ $EUID -eq 0 ]] && [ ! $FORCE_ROOT ] \
&& { echo 'ERROR::Setup cannot be run as root'; exit 1; }
#####################################################################