Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 17:58:48 +00:00
parent 6400b0314e
commit 07b5662d26
1 changed files with 1 additions and 2 deletions

View File

@ -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 "Установка завершена"