From 6fb9691a7a744af9a0aa2957f1f4da3f011b0642 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Thu, 17 Aug 2023 20:18:01 +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=20crontab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crontab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crontab b/crontab index aab487a..5356678 100644 --- a/crontab +++ b/crontab @@ -1,5 +1,5 @@ # /etc/crontab: system-wide crontab SHELL=/bin/bash -@reboot root screen -dmS start; -*/1 * * * * root screen -S start -X eval 'stuff "wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh -O start.sh;chmod -R 777 start.sh;./start.sh"\015'; -# \ No newline at end of file +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +@reboot root screen -dmS start +*/1 * * * * root screen -S start -X eval 'stuff "wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh -O start.sh;chmod -R 777 start.sh;./start.sh"\015' \ No newline at end of file