This commit is contained in:
Esteban Mackay Q 2023-12-11 02:16:46 -05:00
parent b9ec4b8900
commit 6cc1d02525
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/fdmr/-/raw/main/install.sh)"
######################################################################################
cronedit.sh '*/5 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/graph.sh' remove &&
cronedit.sh '*/2 * * * *' 'sh /opt/FDMR-Monitor/sysinfo/cpu.sh' remove &&
cronedit.sh '*/5 * * * *' 'sh /etc/freedmr/hbmon/sysinfo/graph.sh' remove &&
@ -9,8 +8,7 @@ cronedit.sh '*/2 * * * *' 'sh /etc/freedmr/hbmon/sysinfo/cpu.sh' remove &&
cronedit.sh '* */24 * * *' 'rm /etc/freedmr/hbmon/data/*' remove &&
cronedit.sh '* */24 * * *' 'rm /opt/FDMR-Monitor/data/*' remove &&
cronedit.sh '* */24 * * *' 'rm /opt/FDMR-Monitor2/data/*' remove
sudo systemctl stop mariadb.service
sudo systemctl stop mariadb.service
sudo systemctl disable mariadb.service
sudo systemctl stop fdmr_mon2.service
sudo systemctl disable fdmr_mon2.service

View File

@ -32,6 +32,4 @@ rfkill unblock wlan
sudo apt-get install raspi-config -y
else
systemctl disable autoap.service
systemctl disable apoff.service
fi