This commit is contained in:
CanbiZ
2025-08-04 11:38:42 +02:00
parent 1c736626df
commit e10cbff31c
2 changed files with 2 additions and 2 deletions

View File

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