diff --git a/scripts/miaou b/scripts/miaou index 3b8fa4b..e52d5f7 100755 --- a/scripts/miaou +++ b/scripts/miaou @@ -180,9 +180,7 @@ function build_routes() { function build_dmz_certbot { PREFIX="miaou:dmz:certbot" - # FIXME: to remove - # if [[ "$target" != dev ]]; then - if [[ "$target" == dev ]]; then + if [[ "$target" != dev ]]; then #TODO: check public ip available my_ip=$(dig +short myip.opendns.com @resolver1.opendns.com)