1
0
Fork 0
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:
root 2021-08-19 15:49:08 -04:00
parent 4168ecfa37
commit a0ca53a0fb

View file

@ -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"