Fix exit codes

This commit is contained in:
Orazio 2019-11-19 13:28:51 +01:00
parent 1ff6f7e9e8
commit b9c6c0f314
2 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ if [[ ! $EUID -eq 0 ]];then
export SUDO="sudo"
else
echo "::: Please install sudo or run this as root."
exit 0
exit 1
fi
fi