[sysadmin-bin] Substitute them all!
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Substitute them all!
- Date: Mon, 16 Apr 2018 11:32:56 +0000 (UTC)
commit 5ad59ca2207c63f75b5538efde04ac7e4936ffa6
Author: Andrea Veri <averi redhat com>
Date: Fri Mar 30 20:25:30 2018 +0200
Substitute them all!
letsencrypt/letsencrypt_dns_del.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/letsencrypt/letsencrypt_dns_del.sh b/letsencrypt/letsencrypt_dns_del.sh
index b84b035..52ce912 100755
--- a/letsencrypt/letsencrypt_dns_del.sh
+++ b/letsencrypt/letsencrypt_dns_del.sh
@@ -3,7 +3,7 @@
domain=$1
token=$2
sans=${SANS//,/ }
-sortedsans=(`for i in ${sans[@]/\*\./ }; do echo $i ; done | sort | uniq`)
+sortedsans=(`for i in ${sans[@]//\*\./ }; do echo $i ; done | sort | uniq`)
arraylen=${#sortedsans[@]}
cd /tmp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]