Skip to content

Commit

Permalink
Don't crontab popular-scripts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored Dec 13, 2024
1 parent bd1ec25 commit 67ddaca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ do
ELECTRUM_TXS_LIMIT=9000
fi

if [ ! -e "${POPULAR_SCRIPTS_FILE}" ];then
generate_popular_scripts
fi
# if [ ! -e "${POPULAR_SCRIPTS_FILE}" ];then
# generate_popular_scripts
# fi

if [ ! (crontab -l | grep "${CRONJOB_CMD}") ];then
insert_cronjob
Expand Down

0 comments on commit 67ddaca

Please sign in to comment.