mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-23 23:56:13 +00:00
fix for alpine
This commit is contained in:
parent
e440223b40
commit
be68fbd4f5
3
acme.sh
3
acme.sh
@ -259,7 +259,8 @@ _exists() {
|
||||
|
||||
#a + b
|
||||
_math() {
|
||||
printf "%s" "$(($@))"
|
||||
_m_opts="$@"
|
||||
printf "%s" "$(($_m_opts))"
|
||||
}
|
||||
|
||||
_h_char_2_dec() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user