Elements added#1
Open
StevenDeZalia wants to merge 45 commits into
Open
Conversation
Line 20 - Added $manadd and had that pull the ip address of the interface referenced above in menu Line 33 - Added new echo with the web management address based off the ipaddress
Added "Restart Unifi Service" and "Reboot Appliance" to menu
Added hidden menu option to test update of scripts from my repo for further testing. No menu option Visible
Update menu.sh
Update menu.sh
Update menu.sh
added backend for restarting unifi service Added backend for rebooting applicane
Update menu.sh
Fixed typo's in echo's of option 7 & 8 on lines 106 and 111 respectivly
Update menu.sh
Added Unifi Controller Version to "Info and Config" menu
Update menu.sh
forgot closed quote at the end of echo " Unifi Controller Version: $ver"
Update menu.sh
Expanded Exit to specify "Exit Session" as it didn't seem overly clear what was being exited
Update menu.sh
Edited Info and Config Menu Created Unifi Config header for unifi components separate from network components Further edited "Exit Session" to now say "Exit Session (Disconnect)"
Update menu.sh
Added Memory Usage and Swap Usage
Update menu.sh
moved ram display above swap
Update menu.sh
fixed memory display
Update menu.sh
Added Disk Info
Update menu.sh
move disk name to the end of Displayed Disk info
Update menu.sh
added visual spacing in the system info
Update menu.sh
added additional notes. Cleaned up some of my variables to be consistent with how that are collected in other parts of the script made adjustments to the display of the system uptime
Update menu.sh
replaced % for "Percent" in displaying the Percent Used
Update menu.sh
updates uptime command and how it's displayed
Update menu.sh
added last boot time componets
Update menu.sh
added hidden menu item 100 that forces user "unifi" to change their password on next login
Update menu.sh
Edit comment for option 1 in the menu as it referenced the original authors github, while actually just running and apt-get update && apt-get upgrade -y
Update menu.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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a "Management address" under your "Current Network Config" section
I also added option 7 and 8 to the menu that will allow restarting of the Unifi Server and rebooting of the Appliance right from this menu.
I also added a hidden menu option 99 as this allows me to test my updates off my branch pending your pull approval.