summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-29 10:28:16 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-29 10:28:16 +0200
commitb9b8ee5592865829b26f1d93aeb964c459424973 (patch)
treeaa2b5b99b8d2cd541ee9911125a04a18e0ca5441
parentf16429be49e8ec16120ccf0cf05f94a0ce0efe28 (diff)
downloadlaminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.tar.gz
laminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.tar.bz2
laminar-cnf-b9b8ee5592865829b26f1d93aeb964c459424973.zip
turris: fix invalid target path copy
-rwxr-xr-xtemplates/turris.run2
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