Initial load

This commit is contained in:
Eric Loyd
2026-09-06 12:08:05 -04:00
commit 3c8d0674ef
25 changed files with 1763 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
# Updates our crontab file so that it has all the stuff we need
cat << EOF | crontab
# Updates Nagios day/night time includes for current seasonal sunrise/sunset
01 00 * * * \${HOME}/NWC2026-AstropotaPOD/daynight.sh
# MQTT Stats from PPBA
* * * * * \${HOME}/NWC2026-AstropotaPOD/AstropotaPOD.sh --stats
EOF