This commit is contained in:
CanbiZ
2025-08-04 10:57:18 +02:00
parent d38f0d343e
commit 1cb2d7e1bb
3 changed files with 8 additions and 5 deletions

View File

@@ -21,8 +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
exit 10
fi
bash <(curl -sL s5n.sh)