summaryrefslogtreecommitdiff
path: root/templates/alpine.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/alpine.run')
-rwxr-xr-xtemplates/alpine.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/alpine.run b/templates/alpine.run
index 2132576..2779607 100755
--- a/templates/alpine.run
+++ b/templates/alpine.run
@@ -72,7 +72,7 @@ ssh upload rm -rf "deploy-alpine"
sftp -b - upload <<EOF
put -R "$WORKSPACE/packages/personal/$ARCH" "deploy-alpine-$ARCH"
EOF
-ssh upload /bin/sh -e "$ARCH" <<"EOF"
+ssh upload /bin/sh -se "$ARCH" <<"EOF"
rm -rf "/var/www/repo/alpine/$1"
mv "deploy-alpine-$1" "/var/www/repo/alpine/$1"
EOF