diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-29 16:32:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-29 16:32:54 +0200 |
commit | 55dde5308611c987f7573da4d7c9310588ac1a7a (patch) | |
tree | 28297b7fdf0ddf5bc76d0f6a4ae9434a486964cf /templates | |
parent | 9c623e76a2c72e9c0e00bb3c1f3ec68d14c18c8e (diff) | |
download | laminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.tar.gz laminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.tar.bz2 laminar-cnf-55dde5308611c987f7573da4d7c9310588ac1a7a.zip |
turris: try to do another fix
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 |