From e74039cb53692539976eee888818f070267909b4 Mon Sep 17 00:00:00 2001 From: Anthony Nixon Date: Fri, 25 Oct 2024 13:53:30 +0100 Subject: [PATCH] clean up --- install-ten.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ten.sh b/install-ten.sh index 3a4e66f..1108a2b 100755 --- a/install-ten.sh +++ b/install-ten.sh @@ -120,4 +120,4 @@ ansible-playbook -i hosts.ini setup-validator-playbook.yaml --vault-password-fil cd $CURRENT_DIR echo "Installation complete!" -rm .vaultpass +rm .vaultpass && rm -rf ./ansible/files/node_secrets.yml