We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f88305 commit 3d41e57Copy full SHA for 3d41e57
start.sh
@@ -14,7 +14,7 @@ echo "secret_key=$SECRET_KEY" >> /root/.s3cfg
14
if [[ "$1" == 'no-cron' ]]; then
15
exec /sync.sh
16
elif [[ "$1" == 'get' ]]; then
17
- exec /usr/local/bin/s3cmd get $PARAMS "$S3_PATH" "$DATA_PATH"
+ exec /usr/local/bin/s3cmd get -r $PARAMS "$S3_PATH" "$DATA_PATH"
18
elif [[ "$1" == 'delete' ]]; then
19
exec /usr/local/bin/s3cmd del -r "$S3_PATH"
20
else
0 commit comments