Skip to content

Commit 3d41e57

Browse files
committed
recursive flag
1 parent 6f88305 commit 3d41e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "secret_key=$SECRET_KEY" >> /root/.s3cfg
1414
if [[ "$1" == 'no-cron' ]]; then
1515
exec /sync.sh
1616
elif [[ "$1" == 'get' ]]; then
17-
exec /usr/local/bin/s3cmd get $PARAMS "$S3_PATH" "$DATA_PATH"
17+
exec /usr/local/bin/s3cmd get -r $PARAMS "$S3_PATH" "$DATA_PATH"
1818
elif [[ "$1" == 'delete' ]]; then
1919
exec /usr/local/bin/s3cmd del -r "$S3_PATH"
2020
else

0 commit comments

Comments
 (0)