diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index 19295a5..908de13 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -69,7 +69,7 @@ $make package/index BUILD_KEY=~/openwrt-repo.sec echo_stage "Deploy" ssh upload rm -rf "deploy-turris-$ANIMAL-$BOARD" -sftp -d - upload <<EOF +sftp -b - upload <<EOF put -R "./bin/packages/$ARCH/personal" "deploy-turris-$ANIMAL-$BOARD" EOF ssh upload /bin/sh -e "$ANIMAL" "$BOARD" <<"EOF" |