Minor change.
This commit is contained in:
parent
b7b3fed445
commit
a412d018af
@ -162,6 +162,14 @@ else
|
||||
SYSTEMD_EXISTS=true
|
||||
fi
|
||||
|
||||
# - Running in a terminal?
|
||||
# -
|
||||
if [[ -t 1 ]] ; then
|
||||
terminal=true
|
||||
else
|
||||
terminal=false
|
||||
fi
|
||||
|
||||
clear
|
||||
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user