fixing last travis issue

This commit is contained in:
Augustin-FL 2019-02-14 00:24:19 +01:00
parent 5b1fab4ff3
commit d7707e58bd

View File

@ -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