mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-16 23:26:07 +00:00
fix format
This commit is contained in:
@@ -186,7 +186,7 @@ _get_root() {
|
||||
|
||||
results_retrieved=0
|
||||
while true; do
|
||||
h=$(echo "$domain" | cut -d . -f $i-100)
|
||||
h=$(echo "$domain" | cut -d . -f "$i"-100)
|
||||
_debug h "$h"
|
||||
if [ -z "$h" ]; then
|
||||
#not valid
|
||||
|
||||
Reference in New Issue
Block a user