From a5d0c350a524e1fc2e6520d12526b20bd6540219 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 09:50:39 +0100 Subject: [PATCH] Fixed CALLBACK --- clone/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/clone b/clone/clone index 9b1efcc..72a0f2a 100755 --- a/clone/clone +++ b/clone/clone @@ -270,7 +270,7 @@ step7(){ 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/#@@@@#/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 chown 1000:1000 /mnt/home/pi/sats-boot;