release: fix bash bug in script
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
94a16c81f4
commit
420e07cc2c
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ EOF
|
|||
fi
|
||||
|
||||
# Upload repo
|
||||
s3cmd --acl-public "$s3Headers" sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
|
||||
s3cmd --acl-public $s3Headers sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
|
||||
cat <<EOF | write_to_s3 s3://$BUCKET/ubuntu/index
|
||||
echo "# WARNING! This script is deprecated. Please use the script"
|
||||
echo "# at https://get.docker.com/"
|
||||
|
|
Loading…
Reference in a new issue