From 2ba2ac4b9fb39d87b8538c7bc295ba22e70b1f5e Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Thu, 5 Mar 2020 12:10:35 -0500 Subject: [PATCH] Fixup --- setup-scripts/setup-health-check-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-scripts/setup-health-check-scripts.sh b/setup-scripts/setup-health-check-scripts.sh index f635c68a..36a7cd2f 100755 --- a/setup-scripts/setup-health-check-scripts.sh +++ b/setup-scripts/setup-health-check-scripts.sh @@ -9,5 +9,5 @@ pip3 install discord.py downloadCheck="0 0,8,16 * * * ~/skynet-webportal/setup-scripts/health-checker.py ~/.sia/sia.env" uploadCheck="0 0,8,16 * * * ~/skynet-webportal/setup-scripts/health-checker.py ~/.sia/sia-upload.env" -(crontab -u userhere -l; echo "$downloadCheck" ) | crontab -u userhere - -(crontab -u userhere -l; echo "$uploadCheck" ) | crontab -u userhere - +(crontab -u user -l; echo "$downloadCheck" ) | crontab -u user - +(crontab -u user- l; echo "$uploadCheck" ) | crontab -u user -