removed CALLBACK

This commit is contained in:
xdrm-brackets 2017-02-23 11:26:56 +01:00
parent a5d0c350a5
commit 6831ec4dbe
2 changed files with 0 additions and 6 deletions

View File

@ -269,9 +269,6 @@ step7(){
echo " (.) Create sats-boot script";
sudo cp ./utility/sats-boot /mnt/home/pi/sats-boot;
# If callback address for testing add it to sats-boot #
sudo cat ./utility/sats-boot | sed "s/#@@@@#/ifconfig | nc $CALLBACK;/" | sudo tee /mnt/home/pi/sats-boot;
sudo touch /mnt/home/pi/first_boot;
sudo chown 1000:1000 /mnt/home/pi/sats-boot;
sudo chown 1000:1000 /mnt/home/pi/first_boot;

View File

@ -26,6 +26,3 @@ export WAREHOUSE_TOKEN="52131065a906de90e26da0732e58400edd6739cfa03fc658e7593abe
# will create an entry in /etc/hosts to user local SMMP
export LOCAL_TEST="192.168.0.15 logauth";
# callback ip/port to send `ifconfig` content on first install
export CALLBACK="192.168.0.15 45678";