Browse Source

Merge pull request #4579 from daschr/dev

Prevent whitespace splitting
pull/965/merge
neil 1 year ago
committed by GitHub
parent
commit
7eb6bbe65f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acme.sh

2
acme.sh

@ -2412,7 +2412,7 @@ _getdeployconf() {
return 0 # do nothing
fi
_saved="$(_readdomainconf "SAVED_$_rac_key")"
eval $_rac_key=\"$_saved\"
eval $_rac_key=\$_saved
export $_rac_key
}

Loading…
Cancel
Save