From 7c045b12d5699cea993403530dbbb56038898f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sun, 3 Jul 2022 14:57:42 +0200 Subject: [PATCH] Revert "enough hoste delete is not idempotent" Fixes: #18 This reverts commit ccec1262f013c0019764184bd970cf0c4acea543. --- infrastructure/templates/infrastructure/sh/hostscripts/rm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh b/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh index 1ba9702..1e6a310 100644 --- a/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh +++ b/infrastructure/templates/infrastructure/sh/hostscripts/rm.sh @@ -1,2 +1 @@ -enough --domain $domain host delete {{ subdomain }}-host || true - +enough --domain $domain host delete {{ subdomain }}-host