From a85cb8746e5fe5da499562404d28fcf20ef4602d Mon Sep 17 00:00:00 2001 From: giomba Date: Sun, 6 Dec 2020 14:11:48 +0100 Subject: [PATCH] added cronjob for scheduler --- tgbot.cron | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tgbot.cron diff --git a/tgbot.cron b/tgbot.cron new file mode 100644 index 0000000..7c95e82 --- /dev/null +++ b/tgbot.cron @@ -0,0 +1,2 @@ +* * * * * cd /var/www/html && /usr/local/bin/php schedule.php +