diff --git a/roles/remoteit/templates/iiab-remoteit b/roles/remoteit/templates/iiab-remoteit index 8e46684fa..0d6695ff7 100755 --- a/roles/remoteit/templates/iiab-remoteit +++ b/roles/remoteit/templates/iiab-remoteit @@ -20,6 +20,8 @@ echo -e "https://github.com/iiab/iiab/blob/master/roles/remoteit/README.md\n" [ ! -d /etc/remoteit ] && mkdir /etc/remoteit +# Passwords and license keys in /etc/iiab/local_vars.yml are not a healthy +# precedent :/ (Going forward let's try to keep such fully in their own apps.) KEY1=$(iiab_var_value remoteit_license_key) if [[ $KEY1 != "" ]]; then if [ -s /etc/remoteit/registration ]; then # Non-zero size @@ -36,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 78-83 +# /etc/remoteit/registration consequences summarized on lines 80-85 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."