diff --git a/rc_shared.sh b/rc_shared.sh index 35fbdcd..363d058 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -85,9 +85,9 @@ function today { date "+%Y%m%d"; } # Enhance Bin Scripts # function send-masters { - echo -e "`date` - Looping through MASTER directories.\n" + echo -e "`date` - Looping through MASTER directories." ls | grep '\-MASTER' | while read dir; do - echo -e "`date` - Found '$dir'..." + echo -e "\n`date` - Found '$dir'..." cd $dir send-master cd ..