diff --git a/bin/daily-grunt-work.sh b/bin/daily-grunt-work.sh index 9f848072..1e193fc3 100755 --- a/bin/daily-grunt-work.sh +++ b/bin/daily-grunt-work.sh @@ -99,6 +99,8 @@ NOTIFICATION_EMAILS=michael.kauzmann@colorado.edu # Final clean up steps, just to be sure echo "PUSH ALL CLEANUP:" ./perennial/bin/push-all.sh + + echo "DAILY GRUNT WORK COMPLETE" ########################################################################################################## ##########################################################################################################