mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Avoid verbose output
This commit is contained in:
parent
bdc784940b
commit
28c9a16b43
@ -7,7 +7,8 @@ while true; do
|
||||
date
|
||||
echo
|
||||
|
||||
./cron.sh
|
||||
echo "Running cron.sh (hiding verbose output)"
|
||||
./cron.sh | grep -v '^Skipping'
|
||||
echo "done."
|
||||
date
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user