mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
/usr/bin/iiab-support: Turn off ANSI/VT100 colors at the outset
This commit is contained in:
parent
4168ecfa37
commit
a0ca53a0fb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ DEBUG=false # Using /usr/bin/true or /usr/bin/false
|
|||
# (c) WITH *OUTPUT* we aggressively overwrite null var lines, including both
|
||||
# "^var:$" (no trailing whitespace) and "^var:\s\+$" (trailing whitespace).
|
||||
|
||||
echo
|
||||
echo -e "\e[0m" # Turn off all ANSI/VT100 colors
|
||||
|
||||
if [ -f /etc/iiab/openvpn_handle ]; then
|
||||
echo -e " \e[41mFYI /etc/iiab/openvpn_handle is no longer supported.\e[0m\n"
|
||||
|
|
Loading…
Reference in a new issue