This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Merge pull request
#68
from KallistiMan/patch-1
Respect -w when using -a
pull/71/head
serverco
10 years ago
committed by
GitHub
parent
f0b54cf10b
508a9591a1
commit
8bb4a1c5e3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
getssl
+ 1
- 1
getssl
View File
@ -724,7 +724,7 @@ if [ ${_CHECK_ALL} -eq 1 ]; then
if [ ${_QUIET} -eq 1 ]; then
cmd="$cmd -q"
fi
cmd="$cmd $(basename "$dir")"
cmd="$cmd
-w $WORKING_DIR
$(basename "$dir")"
debug "CMD: $cmd"
eval "$cmd"
Write
Preview
Loading…
Cancel
Save