cron.sh: log date and drop the tail echo

could probably remove the first 'Running...' echo too
This commit is contained in:
Jens Petersen 2017-01-06 17:10:34 +09:00
parent e01d457b83
commit e6193c29f1

View File

@ -13,8 +13,8 @@ docker pull $IMAGE
stack update
date
echo "Running stackage-server-cron..."
echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)"
docker run --rm \
-v $CRONDIR:/home/ubuntu \
-v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \