Browse Source

Remove commented bash version check, required version always included.

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper 8 years ago
parent
commit
1ebc972053
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      getsslD

+ 0
- 7
getsslD View File

@ -1083,13 +1083,6 @@ done
# Main logic
############
# check if "recent" version of bash.
#if [[ "${BASH_VERSINFO[0]}${BASH_VERSINFO[1]}" -lt 42 ]]; then
# info "this script is designed for bash v4.2 or later - earlier version may give errors"
#fi
#check if required applications are included
# Check if upgrades are available (unless they have specified -U to ignore Upgrade checks)
if [[ $_UPGRADE_CHECK -eq 1 ]]; then
check_getsslD_upgrade


Loading…
Cancel
Save