summaryrefslogtreecommitdiff
path: root/templates/turris.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/turris.run')
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index e8dfb22..9135f01 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -72,7 +72,7 @@ ssh upload rm -rf "deploy-turris-$ANIMAL-$BOARD"
sftp -b - upload <<EOF
put -R "./bin/packages/$ARCH/personal" "deploy-turris-$ANIMAL-$BOARD"
EOF
-ssh upload /bin/sh -e "$ANIMAL" "$BOARD" <<"EOF"
+ssh upload /bin/sh -se "$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"