From 3e9c94c3ac02e6977790cdb93a32d35d63dc75d1 Mon Sep 17 00:00:00 2001
From: Marco Ochse <t3chn0m4g3@users.noreply.github.com>
Date: Sun, 24 Mar 2024 17:01:29 +0100
Subject: [PATCH] tweaking

---
 uninstall.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/uninstall.sh b/uninstall.sh
index f33987a8..dd3b0dcf 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -92,6 +92,7 @@ if [ ! $? -eq 0 ];
     echo "### Playbook was successful."
     echo "### Now removing ${HOME}/tpotce."
     rm -rf ${HOME}/tpotce
+    rm -rf ${HOME}/tpot.yml
     echo
 fi