summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-29 16:32:54 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-29 16:32:54 +0200
commit55dde5308611c987f7573da4d7c9310588ac1a7a (patch)
tree28297b7fdf0ddf5bc76d0f6a4ae9434a486964cf
parent9c623e76a2c72e9c0e00bb3c1f3ec68d14c18c8e (diff)
downloadlaminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.tar.gz
laminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.tar.bz2
laminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.zip
turris: try to do another fix
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 908de13..e8dfb22 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -75,5 +75,5 @@ EOF
ssh upload /bin/sh -e "$ANIMAL" "$BOARD" <<"EOF"
mkdir -p "/var/www/repo/turris/$1"
rm -rf "/var/www/repo/turris/$1/$2"
- mv deploy-turris-$1-$2 "/var/www/repo/turris/$1/$2"
+ mv "deploy-turris-$1-$2" "/var/www/repo/turris/$1/$2"
EOF