removed CALLBACK
This commit is contained in:
parent
a5d0c350a5
commit
6831ec4dbe
|
@ -269,9 +269,6 @@ step7(){
|
||||||
echo " (.) Create sats-boot script";
|
echo " (.) Create sats-boot script";
|
||||||
sudo cp ./utility/sats-boot /mnt/home/pi/sats-boot;
|
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 touch /mnt/home/pi/first_boot;
|
||||||
sudo chown 1000:1000 /mnt/home/pi/sats-boot;
|
sudo chown 1000:1000 /mnt/home/pi/sats-boot;
|
||||||
sudo chown 1000:1000 /mnt/home/pi/first_boot;
|
sudo chown 1000:1000 /mnt/home/pi/first_boot;
|
||||||
|
|
|
@ -26,6 +26,3 @@ export WAREHOUSE_TOKEN="52131065a906de90e26da0732e58400edd6739cfa03fc658e7593abe
|
||||||
|
|
||||||
# will create an entry in /etc/hosts to user local SMMP
|
# will create an entry in /etc/hosts to user local SMMP
|
||||||
export LOCAL_TEST="192.168.0.15 logauth";
|
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";
|
|
||||||
|
|
Loading…
Reference in New Issue