cron.sh: change directory

This commit is contained in:
Michael Snoyman 2016-12-06 09:53:56 -05:00
parent b01d84974e
commit 5e6350c8cc

View File

@ -2,6 +2,8 @@
set -eux
cd "$(dirname "${BASH_SOURCE[0]}")"
CRONDIR=$(pwd)/crondir
mkdir -p $CRONDIR
source aws.sh