/etc/skel/.bashrc: fix incorrect logic
This commit is contained in:
parent
4049eb3b32
commit
230a86a2d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue