destroy_lxc

This commit is contained in:
CanbiZ
2025-08-04 10:45:33 +02:00
parent cb5176a32a
commit b743b30b61
2 changed files with 16 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ echo
read -r -p "${TAB3}Do you want to continue? [y/N]: " CONFIRM
if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then
msg_error "Aborted by user. No changes have been made."
destroy_lxc
exit 1
fi
bash <(curl -sL s5n.sh)