diff --git a/roles/remoteit/templates/iiab-remoteit b/roles/remoteit/templates/iiab-remoteit index 0ef72776e..32cf2c192 100755 --- a/roles/remoteit/templates/iiab-remoteit +++ b/roles/remoteit/templates/iiab-remoteit @@ -38,7 +38,7 @@ if [[ $KEY1 != "" ]]; then echo -e "Removed remoteit_license_key line from /etc/iiab/local_vars.yml\n" fi -# /etc/remoteit/registration consequences summarized on lines 80-85 +# /etc/remoteit/registration consequences summarized on lines 114-119 if [ -s /etc/remoteit/registration ]; then # Non-zero size cp -p /etc/remoteit/registration /tmp/etc.remoteit.registration echo -e "License key $(cat /etc/remoteit/registration) will be attempted." @@ -55,7 +55,7 @@ if [ -f /etc/remoteit/config.json ]; then read -n 1 -r ans < /dev/tty # Prompt for a single character echo; echo - if [[ $ans = "n" || $ans = "N" ]]; then + if [[ $ans = "n" || $ans = "N" ]]; then # Nearly the same as Lines 142-189 echo -e "Let's try to enable remote.it, with your existing /etc/remoteit/config.json...\n" systemctl enable connectd