|
From: <abe...@us...> - 2017-07-07 15:36:39
|
Revision: 8426
http://sourceforge.net/p/astlinux/code/8426
Author: abelbeck
Date: 2017-07-07 15:36:37 +0000 (Fri, 07 Jul 2017)
Log Message:
-----------
acme, dns_dyn.sh, for compatibility upstream, remove trailing spaces and empty last line
Modified Paths:
--------------
branches/1.0/package/acme/dnsapi/dns_dyn.sh
Modified: branches/1.0/package/acme/dnsapi/dns_dyn.sh
===================================================================
--- branches/1.0/package/acme/dnsapi/dns_dyn.sh 2017-07-07 02:58:42 UTC (rev 8425)
+++ branches/1.0/package/acme/dnsapi/dns_dyn.sh 2017-07-07 15:36:37 UTC (rev 8426)
@@ -240,7 +240,7 @@
_info "Publishing zone"
- data="{\"publish\":\"true\"}"
+ data="{\"publish\":\"true\"}"
dyn_url="$DYN_API/Zone/$_dyn_zone/"
method="PUT"
@@ -337,4 +337,3 @@
_dyn_authtoken=""
return 0
}
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|