From 0d1aacddfe40a053a5e9774f561b9f64efe3592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Aug 2018 19:23:05 +0200 Subject: turris3x: enable copy to server --- templates/turris3x.run | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/turris3x.run b/templates/turris3x.run index 668419b..d3cc5bc 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -28,10 +28,11 @@ make -j4 echo_stage "Sign" ./staging_dir/host/bin/usign -S -s ~/openwrt-repo.key -m "bin/$ARCH/packages/base/Packages" -exit 0 # Disable deploy for now (ssh is not configured yet) echo_stage "Deploy" -scp -r "bin/$ARCH/packages/base" cynerd.cz:/tmp/deploy-turris3x-$BOARD -ssh cynerd.cz /bin/sh -ex <