mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
docker: remove trailing whitespace from download script
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
a8d74a311f
commit
0be7545d9b
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ PLUGINS=(geoipfilter kms pubsub eventstore eventsearch auth)
|
|||
for PLUGIN in "${PLUGINS[@]}"; do
|
||||
URL="https://github.com/sftpgo/sftpgo-plugin-${PLUGIN}/releases/latest/download/sftpgo-plugin-${PLUGIN}-linux-${SUFFIX}"
|
||||
DEST="/usr/local/bin/sftpgo-plugin-${PLUGIN}"
|
||||
|
||||
|
||||
echo "Downloading ${PLUGIN}..."
|
||||
if curl --fail --silent --show-error -L "${URL}" --output "${DEST}"; then
|
||||
chmod 755 "${DEST}"
|
||||
|
|
@ -33,4 +33,3 @@ for PLUGIN in "${PLUGINS[@]}"; do
|
|||
done
|
||||
|
||||
echo "All plugins downloaded successfully"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue