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 -