diff --git a/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh b/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh index 1e6a310..1ba9702 100644 --- a/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh +++ b/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh @@ -1 +1,2 @@ -enough --domain $domain host delete {{ subdomain }}-host +enough --domain $domain host delete {{ subdomain }}-host || true +