31900fdb56ea450b3c7e8fdc97f6962b9b757d59 lrnassar Wed Mar 22 14:00:40 2023 -0700 Moving up the shebang line, and removing the path which is already included since it runs from a cron environment now, no RM. diff --git src/utils/qa/hubSearchUpdate src/utils/qa/hubSearchUpdate index be026a0..a6689cb 100755 --- src/utils/qa/hubSearchUpdate +++ src/utils/qa/hubSearchUpdate @@ -1,11 +1,8 @@ -# Updates hubSearchText table, run by cron for auto-push -# Created by Dan 4/20/21, deleted and remade 5/18/21 - #!/bin/sh -e -PATH=/cluster/bin/x86_64:$PATH +# Updates hubSearchText table, run by cron for auto-push date >> /hive/groups/browser/hubCrawl/hubSearchText.log cd /hive/groups/browser/hubCrawl nohup ./doPublicCrawl &> /dev/null #Send stdout & stderr to /dev/null echo "HubSearchText Dev cron-updated on `date`. Exit status: $?" >> /hive/groups/browser/hubCrawl/hubSearchText.log #Return exit status of prev command, 0 = no issue