Skip to content

Commit 87b137e

Browse files
Update butler_Macmini_client/master_butler.sh
1 parent cf4d76f commit 87b137e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: butler_Macmini_client/master_butler.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#If the curent time is between 6am and 10pm, do the operation. You can also set up a cron job if needed
12
if [ "`date "+%H" | awk '{print $1}'`" -le "21" -a "`date "+%H" | awk '{print $1}'`" -ge "6" ] ; then sh butler.sh; fi;
23
exit 0;

0 commit comments

Comments
 (0)