This commit is contained in:
ducoterra
2018-11-25 16:21:08 -05:00
parent 21662b97f2
commit 1f4081c6ef

View File

@@ -4,10 +4,9 @@
################################################################################ ################################################################################
# switch to sudo user # switch to sudo user
sudo -s
# source vars # source vars
source vars ./vars
# check if root # check if root
if [[ $EUID -ne 0 ]]; then if [[ $EUID -ne 0 ]]; then