mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-23 15:46:14 +00:00
fix format
This commit is contained in:
parent
20444bf253
commit
ec9975c3d9
2
acme.sh
2
acme.sh
@ -405,7 +405,7 @@ _getfile() {
|
|||||||
|
|
||||||
#Usage: multiline
|
#Usage: multiline
|
||||||
_base64() {
|
_base64() {
|
||||||
[ "" ];#urgly
|
[ "" ] #urgly
|
||||||
if [ "$1" ]; then
|
if [ "$1" ]; then
|
||||||
_debug3 "base64 multiline:'$1'"
|
_debug3 "base64 multiline:'$1'"
|
||||||
$OPENSSL_BIN base64 -e
|
$OPENSSL_BIN base64 -e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user