Commit 789c143d authored by Joab Bremer's avatar Joab Bremer

Update install_unifi_with_nxrelay.sh

parent 76e76869
...@@ -11,7 +11,7 @@ disable_selinux(){ ...@@ -11,7 +11,7 @@ disable_selinux(){
sed -i /etc/selinux/config -r -e 's/^SELINUX=.*/SELINUX=disabled/g' sed -i /etc/selinux/config -r -e 's/^SELINUX=.*/SELINUX=disabled/g'
} }
backup_unifi(){ backup_unifi(){
cp -r /opt/UniFi /opt/UniFi_bkp_$(date +%d%m%Y) cp -r /opt/UniFi /opt/UniFi_bkp_$(date +%d%m%Y_%H%M%S)
} }
backup_nxrelay(){ backup_nxrelay(){
cp -r /nxrelay /nxrelay_bkp_$(date +%d%m%Y) cp -r /nxrelay /nxrelay_bkp_$(date +%d%m%Y)
......
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