Minor change.

This commit is contained in:
Christoph 2017-10-22 13:30:42 +02:00
parent b7b3fed445
commit a412d018af

View File

@ -162,6 +162,14 @@ else
SYSTEMD_EXISTS=true SYSTEMD_EXISTS=true
fi fi
# - Running in a terminal?
# -
if [[ -t 1 ]] ; then
terminal=true
else
terminal=false
fi
clear clear
echo "" echo ""