Browse Source

fixing last travis issue

pull/2094/head
Augustin-FL 7 years ago
parent
commit
d7707e58bd
  1. 2
      dnsapi/dns_online.sh

2
dnsapi/dns_online.sh

@ -138,7 +138,7 @@ _get_root() {
# this function create a temporary zone version
# as online.net does not allow updating an active version
_online_create_temporary_zone_version() {
_online_rest POST "domain/$_domain/version" "name=acme.sh"
if [ "$?" != "0" ]; then
return 1

Loading…
Cancel
Save