mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Warn that /etc/iiab/openvpn_handle is no longer supported
This commit is contained in:
parent
0be8cfa16a
commit
b8a9ec0914
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ DEBUG=false # Using /usr/bin/true or /usr/bin/false
|
|||
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"
|
||||
echo -e " \e[41m/etc/iiab/local_vars.yml is now used instead (SSOT).\e[0m\n"
|
||||
echo -e "\n \e[41mFYI /etc/iiab/openvpn_handle is no longer supported.\e[0m\n"
|
||||
echo -e " \e[41m/etc/iiab/local_vars.yml is now used instead (SSOT).\e[0m\n\n"
|
||||
fi
|
||||
|
||||
# (1), (2), (3) and (4) for now -- then (5) and (6) further below
|
||||
|
|
Loading…
Reference in a new issue