From 3a27592d587559afea5ceeced0b6de71dc94a898 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Jan 2020 00:31:19 +0100 Subject: [PATCH] fixed queue --- tools/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cron.php b/tools/cron.php index 1c92ab0..1819505 100644 --- a/tools/cron.php +++ b/tools/cron.php @@ -15,7 +15,7 @@ switch($argv[1]) uploadqueue(); break; default: - exit("[ERR] Command not found. Available commands are: 15min,hourly,daily,weekly"); + exit("[ERR] Command not found. Available commands are: uploadqueue"); } function uploadqueue()