1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-remoteit: Fix remoteit_license_key explanations

This commit is contained in:
root 2022-04-08 01:16:57 -04:00
parent 1dd525dfe4
commit 95243d12ed

View file

@ -30,10 +30,10 @@ if [[ $KEY1 != "" ]]; then
fi
fi
echo $KEY1 > /etc/remoteit/registration
echo -e "Copied {{ remoteit_license_key }} to /etc/remoteit/registration"
echo -e "Copied remoteit_license_key value to /etc/remoteit/registration"
sed -i '/^remoteit_license_key:/d' /etc/iiab/local_vars.yml
echo -e "Removed remoteit_license_key from /etc/iiab/local_vars.yml\n"
echo -e "Removed remoteit_license_key line from /etc/iiab/local_vars.yml\n"
fi
# /etc/remoteit/registration consequences summarized on lines 78-83