domain="$__object_id" exists=$(cat "$__object/explorer/exists") webroot="$(cat "$__object/parameter/webroot")" admin_email="$(cat "$__object/parameter/admin-email")" if [ -n "$exists" ]; then exit 0 fi cat <