/etc/skel/.bashrc: fix incorrect logic
parent
4049eb3b32
commit
230a86a2d5
|
@ -102,7 +102,7 @@ if ! shopt -oq posix; then
|
|||
fi
|
||||
|
||||
# Hello, world!
|
||||
if [[ ! -z $SUDO_USER ]]; then
|
||||
if [[ -z $SUDO_USER ]]; then
|
||||
clear
|
||||
print_header
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue