Browse Source

Update pialert-install.sh

fix crontab
tteckster 1 year ago
parent
commit
fc8ddc3a7c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      install/pialert-install.sh

+ 0 - 3
install/pialert-install.sh

@@ -72,10 +72,7 @@ done
 git config --global --add safe.directory /opt/pialert
 sed -i 's#PIALERT_PATH\s*=\s*'\''/home/pi/pialert'\''#PIALERT_PATH           = '\''/opt/pialert'\''#' /opt/pialert/config/pialert.conf
 sed -i 's/~/\/opt/g' /opt/pialert/install/pialert.cron
-set +e
-#(crontab -l 2>/dev/null; cat /opt/pialert/install/pialert.cron) | crontab -
 crontab /opt/pialert/install/pialert.cron
-set -e
 cp -R /opt/pialert/install/pialert_update.sh /usr/bin/update
 sed -i 's/~/\/opt/g' /usr/bin/update
 chmod +x /usr/bin/update