mirror of https://gitlab.com/hp3icc/emq-TE1.git
update
This commit is contained in:
parent
b9ec4b8900
commit
6cc1d02525
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,6 +32,4 @@ rfkill unblock wlan
|
|||
sudo apt-get install raspi-config -y
|
||||
else
|
||||
systemctl disable autoap.service
|
||||
systemctl disable apoff.service
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue