Skip to content
Snippets Groups Projects
run.sh 207 B
Newer Older
Elliott Shugerman's avatar
Elliott Shugerman committed
#! /bin/sh

Elliott Shugerman's avatar
Elliott Shugerman committed

if [ "$S3_S3V4" = "yes" ]; then
  aws configure set default.s3.signature_version s3v4
Elliott Shugerman's avatar
Elliott Shugerman committed
fi

if [ -z "$SCHEDULE" ]; then
Elliott Shugerman's avatar
Elliott Shugerman committed
else
  exec go-cron "$SCHEDULE" /bin/sh backup.sh
fi