mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-19 08:36:12 +00:00
Revert non-linode scripts since they're untested
This commit is contained in:
@@ -92,8 +92,7 @@ _get_root() {
|
||||
p=1
|
||||
|
||||
if _ad_rest GET "domain/"; then
|
||||
response="$(echo "$response" | tr -d "\n" | sed 's/{/\
|
||||
&/g')"
|
||||
response="$(echo "$response" | tr -d "\n" | sed 's/{/\n&/g')"
|
||||
while true; do
|
||||
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
|
||||
_debug h "$h"
|
||||
|
||||
Reference in New Issue
Block a user