diff --git a/ext_commands/daily_finder.sh b/ext_commands/daily_finder.sh index 800878c..78a62f3 100755 --- a/ext_commands/daily_finder.sh +++ b/ext_commands/daily_finder.sh @@ -15,6 +15,11 @@ else the_dir=$1 fi +if [ $1 = "check" ] ; then + echo OK + exit 0 +fi + # function DaySuffix: # little helper to give us st, nd, th for 1st, 2nd, 3rd, 4th, ... DaySuffix() {