This commit is contained in:
hwdsl2
2026-03-16 22:27:55 -05:00
parent af852d30cc
commit 9504188326
2 changed files with 0 additions and 15 deletions

View File

@@ -79,19 +79,6 @@ abort_and_exit() {
exit 1
}
confirm_or_abort() {
printf '%s' "$1"
read -r response
case $response in
[yY][eE][sS]|[yY])
echo
;;
*)
abort_and_exit
;;
esac
}
check_cert_exists() {
certutil -L -d sql:/etc/ipsec.d -n "$1" >/dev/null 2>&1
}

View File

@@ -175,5 +175,3 @@ ikev2onlymode() {
## Defer until we have the complete script
ikev2onlymode "$@"
exit 0