diff --git a/roles/openvpn/templates/iiab-support b/roles/openvpn/templates/iiab-support index 14cf436f5..66f6eb1ad 100755 --- a/roles/openvpn/templates/iiab-support +++ b/roles/openvpn/templates/iiab-support @@ -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