From 07b5662d263b072c3412a814a961d87fe40a98e1 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Thu, 17 Aug 2023 17:58:48 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 467cc5a..773261b 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,3 @@ #!/bin/bash -croncmd="/home/me/myfunction myargs > /home/me/myfunction.log 2>&1" -cronjob="0 */15 * * * $croncmd" +cat <(crontab -l) <(echo "1 2 3 4 5 start.sh") | crontab - echo "Установка завершена" \ No newline at end of file