mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-13 23:37:12 +00:00
shfmt check?
This commit is contained in:
parent
6502a71083
commit
5a604bfdee
3
acme.sh
3
acme.sh
@ -2239,10 +2239,11 @@ _setopt() {
|
|||||||
if [ ! -f "$__conf" ]; then
|
if [ ! -f "$__conf" ]; then
|
||||||
touch "$__conf"
|
touch "$__conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$(tail -c 1 <"$__conf")" ]; then
|
if [ -n "$(tail -c 1 <"$__conf")" ]; then
|
||||||
echo >>"$__conf"
|
echo >>"$__conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -n "^$__opt$__sep" "$__conf" >/dev/null; then
|
if grep -n "^$__opt$__sep" "$__conf" >/dev/null; then
|
||||||
_debug3 OK
|
_debug3 OK
|
||||||
if _contains "$__val" "&"; then
|
if _contains "$__val" "&"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user