diff --git a/bw-dev b/bw-dev index 97a38834b..da36ae05c 100755 --- a/bw-dev +++ b/bw-dev @@ -155,13 +155,13 @@ case "$CMD" in --acl public-read" "$@" ;; set_cors_to_s3) - set +x + set +x config_file=$1 if [ -z "$config_file" ]; then echo "This command requires a JSON file containing a CORS configuration as an argument" exit 1 fi - set -x + set -x awscommand "$(pwd):/bw"\ "s3api put-bucket-cors\ --bucket ${AWS_STORAGE_BUCKET_NAME}\