summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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