From edbdd11c0d7ed6157f6fde65b8debb4b9e8e8e98 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 22 Apr 2019 11:17:14 +0000 Subject: [PATCH] Fixed --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6353fdc..ea136a1 100755 --- a/install.sh +++ b/install.sh @@ -57,6 +57,6 @@ sudo service nginx start crontab -l > /tmp/yayponies-cron sed -i '/yayponies-update/d' /tmp/yayponies-cron -echo "* */10 * * * $PWD/yayponies-update.sh $PWD localhost:8808" >> /tmp/yayponies-cron +echo "0 */10 * * * $PWD/yayponies-update.sh $PWD localhost:8808" >> /tmp/yayponies-cron crontab /tmp/yayponies-cron rm /tmp/yayponies-cron