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
Update debug function
Remove double-echo; add enchanced otion for debug echo
pull/861/head
Maksim Gaidai
1 year ago
parent
c3f9d29375
commit
bb3eecfa4a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
getssl
+ 1
- 2
getssl
View File
@ -1293,8 +1293,7 @@ debug() { # write out debug info if the debug flag has been set
if [[ -n ${BATS_RUN_TMPDIR} ]]; then
echo "$(date "+%b %d %T") ${FUNCNAME[1]}:${BASH_LINENO[1]}" "$@"
else
echo " "
echo "$@"
echo -e "\n$@"
fi
fi
}
Write
Preview
Loading…
Cancel
Save