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:
parent
1dd525dfe4
commit
95243d12ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue