From eb191490294ee9700632f295e1db1d370744948a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Aug 2018 19:40:34 +0200 Subject: turris3x: Enable upload --- templates/turris3x.run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/turris3x.run') diff --git a/templates/turris3x.run b/templates/turris3x.run index 3fa1859..1d4b100 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -31,8 +31,8 @@ echo_stage "Sign" echo_stage "Deploy" ssh upload rm -rf "deploy-turris3x-$BOARD" scp -r "bin/$ARCH/packages/base" upload:deploy-turris3x-$BOARD -exit 0 # Disable deploy for now -ssh upload /bin/sh -ex <