summaryrefslogtreecommitdiff
path: root/templates/alpine.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/alpine.run')
-rwxr-xr-xtemplates/alpine.run4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/alpine.run b/templates/alpine.run
index 2779607..fc0d69b 100755
--- a/templates/alpine.run
+++ b/templates/alpine.run
@@ -77,6 +77,6 @@ ssh upload /bin/sh -se "$ARCH" <<"EOF"
mv "deploy-alpine-$1" "/var/www/repo/alpine/$1"
EOF
sftp -b - upload:/var/www/repo/alpine/ <<EOF
- put "$FILES"/alpine/setup.sh"
- put "$FILES"/alpine/setup.sh.gpg"
+ put "$FILES/alpine/setup.sh"
+ put "$FILES/alpine/setup.sh.gpg"
EOF