File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ PATHS=$(cat /root/confwizwiz/dbrootwizwiz.txt | grep '$path' | cut -d"'" -f2)
204204(crontab -l ; echo " * * * * * curl https://${DOMAIN_NAME} /wizwizxui-timebot/settings/rewardReport.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
205205(crontab -l ; echo " * * * * * curl https://${DOMAIN_NAME} /wizwizxui-timebot/settings/warnusers.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
206206(crontab -l ; echo " * * * * * curl https://${DOMAIN_NAME} /wizwizxui-timebot/settings/gift2all.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
207- (crontab -l ; echo " * * * * * curl https://${DOMAIN_NAME} /wizwizxui-timebot/settings/tronChecker.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
207+ (crontab -l ; echo " */3 * * * * curl https://${DOMAIN_NAME} /wizwizxui-timebot/settings/tronChecker.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
208208(crontab -l ; echo " * * * * * curl https://${DOMAIN_NAME} /wizpanel${PATHS} /backupnutif.php >/dev/null 2>&1" ) | sort - | uniq - | crontab -
209209
210210echo -e " \n\e[92m Setting Up Cron...\033[0m\n"
You can’t perform that action at this time.
0 commit comments