diff --git a/install/fdmr.sh b/install/fdmr.sh index d9a1cf5..deee3f7 100644 --- a/install/fdmr.sh +++ b/install/fdmr.sh @@ -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 diff --git a/install/raspberry.sh b/install/raspberry.sh index c58d10b..b190a82 100644 --- a/install/raspberry.sh +++ b/install/raspberry.sh @@ -32,6 +32,4 @@ rfkill unblock wlan sudo apt-get install raspi-config -y else systemctl disable autoap.service - systemctl disable apoff.service - fi