From 21b26d97c115d6200bc8e3a015b96b94447951b2 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Thu, 17 Aug 2023 18:19:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0c98f95..0f74fa5 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash apt update -y apt upgrade -y -cat <(crontab -l) <(echo "*/5 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab - +cat <(crontab -l) <(echo "*/1 * * * * bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)") | crontab - echo "Создана задача:" crontab -l echo "Установка завершена" \ No newline at end of file