Update 'hash.sh'

This commit is contained in:
verita84 2023-07-12 13:14:25 -06:00
parent 31d8b2720b
commit 707880cc3c

View File

@ -19,15 +19,15 @@ background_daemon() {
echo
while true; do
echo "Current Time: `date`"
if [[ `date | cut -d " " -f4` == *"06:00"* ]]; then
if [[ `date | cut -d " " -f4` == *"06:00:"* ]]; then
echo "Checking for new blocks.......";echo
getTags
fi
if [[ `date | cut -d " " -f4` == *"12:00"* ]]; then
if [[ `date | cut -d " " -f4` == *"12:00:"* ]]; then
echo "Checking for new blocks.......";echo
getTags
fi
if [[ `date | cut -d " " -f4` == *"18:00"* ]]; then
if [[ `date | cut -d " " -f4` == *"18:00:"* ]]; then
echo "Checking for new blocks.......";echo
getTags
fi