mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
release: fix bash bug in script
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
+1
-1
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user