diff --git a/bin/pg-backup-to-s3 b/bin/pg-backup-to-s3 index 063f31c0..0a3ced81 100755 --- a/bin/pg-backup-to-s3 +++ b/bin/pg-backup-to-s3 @@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail today=`date +"%Y-%m-%d"` echo $today