cisco-vpn: Fix missing ;; in case statement for menu option 1
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -793,7 +793,7 @@ while true; do
|
|||||||
start_anyconnect "false"
|
start_anyconnect "false"
|
||||||
else
|
else
|
||||||
start_anyconnect "true"
|
start_anyconnect "true"
|
||||||
fi
|
fi ;;
|
||||||
2) copy_to_clipboard ;;
|
2) copy_to_clipboard ;;
|
||||||
3) show_totp ;;
|
3) show_totp ;;
|
||||||
4) setup_forwarding ;;
|
4) setup_forwarding ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user