/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
|
fi
|
||||||
|
|
||||||
# Hello, world!
|
# Hello, world!
|
||||||
if [[ ! -z $SUDO_USER ]]; then
|
if [[ -z $SUDO_USER ]]; then
|
||||||
clear
|
clear
|
||||||
print_header
|
print_header
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue