Skip to content

Commit

Permalink
[setup] Remove .ansible directory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jul 6, 2024
1 parent 0bd35ca commit 01b71d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ if [ "${PIPESTATUS[0]}" -eq 0 ]; then
if [ "$SCENARIO_FOUND" == "false" ]; then
# shellcheck source=tui/finish.sh
source tui/finish.sh
rm -rf "$VENV_PATH"
rm -rf "$VENV_PATH" /root/.ansible
if [ -f "$REBOOT_FILE_PATH" ]; then
rm -f "$REBOOT_FILE_PATH"
shutdown -r now
fi
fi
else
rm -rf "$VENV_PATH"
rm -rf "$VENV_PATH" /root/.ansible
echo -e "\n➤ Open Voice OS has been successfully uninstalled."
fi
else
Expand Down

0 comments on commit 01b71d5

Please sign in to comment.