From 01625b1b7a92087caecb991ad63649d03167cedc Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 20 Nov 2023 13:29:19 +0100 Subject: [PATCH] fix removing THIS_IS_AIO Signed-off-by: Simon L --- manual-install/update-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index 865c2376a6a..da40f406914 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -32,7 +32,7 @@ echo "$OUTPUT" | yq -P > ./manual-install/containers.yml cd manual-install || exit sed -i "s|'||g" containers.yml sed -i '/display_name:/d' containers.yml -sed -i '/THIS_IS_AIO:/d' containers.yml +sed -i '/THIS_IS_AIO/d' containers.yml sed -i '/stop_grace_period:/s/$/s/' containers.yml sed -i '/: \[\]/d' containers.yml sed -i 's|- source: |- |' containers.yml