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 ffc0e81 commit fa32ee5Copy full SHA for fa32ee5
master_deploy.sh
@@ -579,7 +579,7 @@ deploy_s3bucket() {
579
uploadpath=$(echo $syncfilepath | cut -b ${lengthofsearchpath}-)
580
echo $uploadpath
581
getformatdetails=$(file ${syncfilepath})
582
- if [[ $getformatdetails == *"ASCII"* ]] || [[ $getformatdetails == *"empty"* ]];
+ if [[ $getformatdetails == *"ASCII"* ]] || [[ $getformatdetails == *"UTF"* ]] || [[ $getformatdetails == *"empty"* ]];
583
then
584
echo "file format is ASCII and skipping gzip option"
585
S3_OPTIONS=""
0 commit comments