Update README.md

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-14 16:22:51 +01:00
parent cf0215f422
commit 5e08d969eb
8 changed files with 52 additions and 16 deletions

View file

@ -13,6 +13,6 @@
# This script is automatically executed when the login shell exits.
# Clear console output
if [ "$SHLVL" = 1 ]; then
if [ "${SHLVL}" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi