update
This commit is contained in:
parent
a1bb9a8a82
commit
eb0f404931
1 changed files with 11 additions and 12 deletions
|
@ -191,7 +191,6 @@ if [[ $# -lt 1 ]] && [[ $UID -eq $ROOT_UID ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $# -lt 1 ]] && [[ $UID -ne $ROOT_UID ]]; then
|
if [[ $# -lt 1 ]] && [[ $UID -ne $ROOT_UID ]]; then
|
||||||
|
|
||||||
# Error message
|
# Error message
|
||||||
prompt -e "\n [ Error!] -> Run me as root "
|
prompt -e "\n [ Error!] -> Run me as root "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue