This commit is contained in:
2025-10-14 11:52:43 -06:00
parent 8259f922ba
commit 2a468fc9bd
+1 -17
View File
@@ -413,20 +413,7 @@ phase_five () {
# enable services # enable services
echo -e "\nEnabling Services..." echo -e "\nEnabling Services..."
echo -e "\tEnabling gpsd on boot" services_cmd enable
sudo systemctl enable gpsd
echo -e "\tEnabling chrony on boot"
sudo systemctl enable chrony
echo -e "\tEnabling influxdb on boot"
sudo systemctl enable influxdb
echo -e "\tEnabling telegraf on boot"
sudo systemctl enable telegraf
echo -e "\tEnabling grafana on boot"
sudo systemctl enable grafana-server
echo -e "\tEnabling syslog-ng on boot"
sudo systemctl enable syslog-ng
echo -e "\tEnabling logrotate on boot"
sudo systemctl enable logrotate
# unclear if this is needed # unclear if this is needed
# edit dis # edit dis
@@ -442,9 +429,6 @@ phase_five () {
# echo "Editing hwclock-set file" # echo "Editing hwclock-set file"
# sudo nano /lib/udev/hwclock-set # sudo nano /lib/udev/hwclock-set
# update the running file
echo 5 > $installer_status
# update the log # update the log
echo "phase 5 done 5/5\nCOMPLETE AT $(date +%s)" >> $status_log echo "phase 5 done 5/5\nCOMPLETE AT $(date +%s)" >> $status_log