cisco-vpn: Fix missing ;; in case statement for menu option 1
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-17 02:37:39 +00:00
parent fa398e8c86
commit 2b9688ce44

View File

@@ -793,7 +793,7 @@ while true; do
start_anyconnect "false"
else
start_anyconnect "true"
fi
fi ;;
2) copy_to_clipboard ;;
3) show_totp ;;
4) setup_forwarding ;;