diff options
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 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 |