mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 14:12:43 +00:00
fixes for formatting engine
This commit is contained in:
parent
7612906869
commit
49a77c8d1e
@ -92,7 +92,7 @@ _pleskxml_DBG() {
|
|||||||
# Credit to/based on Stephanie Chazelas' snippet:
|
# Credit to/based on Stephanie Chazelas' snippet:
|
||||||
# https://unix.stackexchange.com/questions/462280/listing-shell-variables-with-a-fixed-prefix
|
# https://unix.stackexchange.com/questions/462280/listing-shell-variables-with-a-fixed-prefix
|
||||||
_pleskxml_DBG_GET_VAR() {
|
_pleskxml_DBG_GET_VAR() {
|
||||||
case "$1" in (_pleskxml_*)
|
case "$1" in _pleskxml_*)
|
||||||
__pleskxml_vars="${__pleskxml_vars}$(printf '%s' "$1" | sed 's/^_pleskxml_DBG_GET_VAR //' | sed -E '1 s~^([^=]+)=~ \1 --> "~')\"${_pleskxml_newline}"
|
__pleskxml_vars="${__pleskxml_vars}$(printf '%s' "$1" | sed 's/^_pleskxml_DBG_GET_VAR //' | sed -E '1 s~^([^=]+)=~ \1 --> "~')\"${_pleskxml_newline}"
|
||||||
esac
|
esac
|
||||||
# Old code in case:
|
# Old code in case:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user