From 67ddaca0bf6e8636867ebc5cce1f2da59a975808 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 Dec 2024 10:18:28 +0900 Subject: [PATCH] Don't crontab popular-scripts for now --- start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start b/start index dd41edaf..c9b17f5f 100755 --- a/start +++ b/start @@ -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