diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-29 10:28:16 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-29 10:28:16 +0200 |
commit | b9b8ee5592865829b26f1d93aeb964c459424973 (patch) | |
tree | aa2b5b99b8d2cd541ee9911125a04a18e0ca5441 /templates | |
parent | f16429be49e8ec16120ccf0cf05f94a0ce0efe28 (diff) | |
download | laminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.tar.gz laminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.tar.bz2 laminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.zip |
turris: fix invalid target path copy
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 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 |