diff --git a/examples/megacorp_acc/job_download_db.sh b/examples/megacorp_acc/job_download_db.sh index a5b96b7..1ce3246 100755 --- a/examples/megacorp_acc/job_download_db.sh +++ b/examples/megacorp_acc/job_download_db.sh @@ -4,7 +4,7 @@ FILESIZE=$(stat -c "%s" megacorp.db) cat << EOF HTTP/1.0 200 Ok Content-Type: application/octet-stream -Content-Disposition: attachment; filename="megacorp.db" +Content-Disposition: attachment; filename=megacorp.db Content-Length: $FILESIZE EOF diff --git a/examples/output_types/job_large_bin.sh b/examples/output_types/job_large_bin.sh index c205a00..5f1803f 100755 --- a/examples/output_types/job_large_bin.sh +++ b/examples/output_types/job_large_bin.sh @@ -4,7 +4,7 @@ FILESIZE=$(expr 1024 \* 1000 \* 100) cat << EOF HTTP/1.0 200 Ok Content-Type: application/octet-stream -Content-Disposition: attachment; filename="large_file.dat" +Content-Disposition: attachment; filename=large_file.dat Content-Length: $FILESIZE EOF