Fixed CALLBACK

This commit is contained in:
xdrm-brackets 2017-02-23 09:50:39 +01:00
parent 0781ec4ec3
commit a5d0c350a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;