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