Fixed CALLBACK
This commit is contained in:
parent
0781ec4ec3
commit
a5d0c350a5
|
@ -270,7 +270,7 @@ step7(){
|
||||||
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 #
|
# If callback address for testing add it to sats-boot #
|
||||||
sudo cat ./utility/sats-boot | sed "s/#@@@@#/nc $CALLBACK < ifconfig;/" | sudo tee /mnt/home/pi/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;
|
||||||
|
|
Loading…
Reference in New Issue