From 9f844f8e247509301bf9bd12dc0f875d3edf76a6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 15 Aug 2018 17:12:17 -0400 Subject: [PATCH] Update iiab-handle.j2 --- roles/openvpn/templates/iiab-handle.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openvpn/templates/iiab-handle.j2 b/roles/openvpn/templates/iiab-handle.j2 index e68653c60..f9d8edcac 100755 --- a/roles/openvpn/templates/iiab-handle.j2 +++ b/roles/openvpn/templates/iiab-handle.j2 @@ -4,7 +4,8 @@ echo -e '\nCORRECT METHOD: CHANGE VARIABLE openvpn_handle IN /etc/iiab/local_vars.yml' echo -e 'THEN RUN "cd /opt/iiab/iiab" THEN "./runrole openvpn"\n' -read -p "Or, for a temporary solution until the next time Ansible is run, what OpenVPN handle do you want to use? " ans +echo -e "Or, for a temporary solution until the next time Ansible is run," +read -p "what OpenVPN handle do you want to use? " ans echo if [ "$ans" == "" ]; then