2
0
Fork 0

/etc/skel/.bashrc: fix incorrect logic

main
Ducky 2022-01-25 12:31:44 +00:00
parent 4049eb3b32
commit 230a86a2d5
1 changed files with 1 additions and 1 deletions

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