diff options
Diffstat (limited to 'templates/turris.run')
-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 34357bd..46341ea 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -71,5 +71,5 @@ echo_stage "Deploy" sftp -b - upload:/var/www/repo <<EOF !mkdir -p "turris/$ANIMAL" !rm -rf "turris/$ANIMAL/$BOARD" - put -R "bin/packages/$ARCH/personal" "/var/www/repo/turris/$ANIMAL/$BOARD" + put -R "bin/packages/$ARCH/personal" "turris/$ANIMAL/$BOARD" EOF |