Update swizzin-install.sh
This commit is contained in:
parent
675f68f70d
commit
1c736626df
@ -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."
|
||||
exit 10
|
||||
return 10
|
||||
fi
|
||||
bash <(curl -sL s5n.sh)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user