1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

templates/iiab-remoteit: Clean up lines #s in comments

This commit is contained in:
root 2022-04-18 11:23:45 -04:00
parent e12908c6d6
commit d614bd469d

View file

@ -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