From 6831ec4dbe69fd64e8deb8e32ef6b56d4e39350a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 11:26:56 +0100 Subject: [PATCH] removed CALLBACK --- clone/clone | 3 --- clone/clone.conf | 3 --- 2 files changed, 6 deletions(-) diff --git a/clone/clone b/clone/clone index 72a0f2a..e7caace 100755 --- a/clone/clone +++ b/clone/clone @@ -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; diff --git a/clone/clone.conf b/clone/clone.conf index 72b8f98..5eaf64e 100755 --- a/clone/clone.conf +++ b/clone/clone.conf @@ -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";