2
0
Fork 0

/etc/skel/.bashrc: fix incorrect logic

This commit is contained in:
Ducky 2022-01-25 12:31:44 +00:00
parent 4049eb3b32
commit 230a86a2d5

View file

@ -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