Commit 13b9ef6e authored by Joab Bremer's avatar Joab Bremer

Update install_unifi_with_nxrelay.sh

parent 3344e1a3
...@@ -18,6 +18,7 @@ backup_nxrelay(){ ...@@ -18,6 +18,7 @@ backup_nxrelay(){
} }
clean_old_install(){ clean_old_install(){
/usr/bin/systemctl stop nxrelay /usr/bin/systemctl stop nxrelay
/usr/bin/systemctl stop unifi
yum erase -y -q java-1.8.0-openjdk-headless yum erase -y -q java-1.8.0-openjdk-headless
} }
install_components(){ install_components(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment