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 2bbf4c4..0471c0a 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -63,7 +63,7 @@ echo_stage "Generate index and sign" $make package/index BUILD_KEY=~/openwrt-repo.sec echo_stage "Deploy" -sftp -d - upload <<EOF +sftp -b - upload <<EOF !rm -rf "deploy-turris-$ANIMAL-$BOARD" put -R "bin/packages/$ARCH/personal" "deploy-turris-$ANIMAL-$BOARD" !mkdir -p "/var/www/repo/turris/$ANIMAL" |