Fixed inverted logic.
This commit is contained in:
parent
898500ffbb
commit
9b48fc991c
|
@ -6,7 +6,7 @@ if (( ! $+commands[tmux] )); then
|
|||
fi
|
||||
|
||||
# If running as root, stop and return.
|
||||
if [ "$EUID" -ne 0 ] ; then
|
||||
if [ "$EUID" -eq 0 ] ; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user