Skip to content

v0.6.1 - 2019-03-21

Compare
Choose a tag to compare
@sprocktech sprocktech released this 21 Mar 19:09
· 1 commit to 27536eb917fad00895bcc99f54e45a54d745f015 since this release
1d75b92

Release Notes

v0.6.1 - 2019-03-21

Added

  • Option to skip UFW setup with -u command-line switch [Thanks adrianmiller]
  • Command-line alias for ”unifi-network“ to set “unifi-controller” in __ubnt_selected_product

Changed

  • Startup execution order, check for Debian-based before sudo/root
  • Remove __force_fetch option
  • Wording in __eubnt_show_help
  • Force the use of Google DNS to resolve domain in __eubnt_setup_certbot [Thanks florisvdk]
  • Return warnings instead of errors when can't find or install a command in __eubnt_run_command
  • Display a short version of the command in __eubnt_run_command if too long [Thanks florisvdk]
  • Show help even if not run as root
  • Replaced “UniFi SDN Controller” with “UniFi Network Controller”
  • Split off the STUN port into its own “UniFi-Network-STUN” profile
  • Disable exit on error if debug tracing

Fixed

  • Don't exit if return code is greater than 0 on apt-get dist-upgrade
  • Unset IFS variable during cleanup to revet to default
  • Using escape character text formatting instead of tput since tput doesn't work in some environments