Browse Source

Respect -w when using -a

$WORKING_DIR should always be correct so always passing it along should be the most efficient way to make sure the original -w is respected, right?

-a is still not passing along -f but I'm not sure that is the best thing to do, but I'll make another fork for that.
pull/68/head
KallistiMan 10 years ago
committed by GitHub
parent
commit
c01fcd50ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -717,7 +717,7 @@ if [ ${_CHECK_ALL} -eq 1 ]; then
for dir in ${DOMAIN_STORAGE}/*; do
if [ -d "$dir" ]; then
debug "Checking $dir"
cmd="$0"
cmd="$0 -w $WORKING_DIR"
if [ ${_USE_DEBUG} -eq 1 ]; then
cmd="$cmd -d"
fi


Loading…
Cancel
Save