From b067da67ac97a066fc9d78651f7fdfa6098da1ee Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Thu, 5 Mar 2020 12:17:25 -0500 Subject: [PATCH] fixup... --- setup-scripts/setup-health-check-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/setup-health-check-scripts.sh b/setup-scripts/setup-health-check-scripts.sh index 36a7cd2f..2071ec22 100755 --- a/setup-scripts/setup-health-check-scripts.sh +++ b/setup-scripts/setup-health-check-scripts.sh @@ -10,4 +10,4 @@ downloadCheck="0 0,8,16 * * * ~/skynet-webportal/setup-scripts/health-checker.py uploadCheck="0 0,8,16 * * * ~/skynet-webportal/setup-scripts/health-checker.py ~/.sia/sia-upload.env" (crontab -u user -l; echo "$downloadCheck" ) | crontab -u user - -(crontab -u user- l; echo "$uploadCheck" ) | crontab -u user - +(crontab -u user -l; echo "$uploadCheck" ) | crontab -u user -