From f08a977e0e4195721f2d9c966a5953b9317e7313 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q <49044505+hp3icc@users.noreply.github.com> Date: Wed, 25 Jan 2023 23:34:47 -0500 Subject: [PATCH] Update install.sh --- install.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 05a21bc..bff4402 100644 --- a/install.sh +++ b/install.sh @@ -214,8 +214,8 @@ sudo sed -i 's/54915/49061/' /opt/FreeDMR/playback.cfg sudo apt install mariadb-server php libapache2-mod-php php-zip php-mbstring php-cli php-common php-curl php-xml php-mysql -y sudo apt install apache2 -y -systemctl restar apache2 -systemctl enable apache2 +#systemctl restar apache2 +#systemctl enable apache2 systemctl restart mariadb systemctl enable mariadb #sudo mysql_secure_installation --host=localhost --port=3306 @@ -603,10 +603,11 @@ sh /opt/FDMR-Monitor/sysinfo/rrd-db.sh (crontab -l; echo "* */6 * * * data-id")|awk '!x[$0]++'|crontab - sudo systemctl enable fdmr_mon.service -sudo systemctl restart apache2.service -sudo systemctl enable apache2.service +#sudo systemctl restart apache2.service +#sudo systemctl enable apache2.service sudo systemctl start fdmr_mon.service - +sudo systemctl restart http.server-fdmr.service +sudo systemctl enable http.server-fdmr.service chmod +x /bin/menu* chmod +x /bin/MENU history -c && history -w