Created
March 29, 2023 11:05
-
-
Save alecs/a9df14fd5d290207440b408ff17ab1a8 to your computer and use it in GitHub Desktop.
change-http-88-disable-ssl-ubiquiti-xm.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i 's%httpd.port=.*%httpd.port=88%g;s%httpd.https.status=.*%httpd.https.status=disabled%g;' /tmp/system.cfg && cfgmtd -w -f /tmp/system.cfg && reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment