Browse Source

No update checks during recursive calls for --all processing

pull/111/head
David Sowder 9 years ago
parent
commit
f59c0eb000
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      getssl

+ 1
- 0
getssl View File

@ -762,6 +762,7 @@ if [ ${_CHECK_ALL} -eq 1 ]; then
if [ -d "$dir" ]; then
debug "Checking $dir"
cmd="$0"
cmd="$cmd -U" # No update checks: calling recursively
if [ ${_USE_DEBUG} -eq 1 ]; then
cmd="$cmd -d"
fi


Loading…
Cancel
Save