1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 18:40:05 +00:00

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2026-01-02 17:47:55 +08:00

View File

@@ -124,8 +124,7 @@ if [[ $# -eq 0 ]]; then
echo -e "${YELLOW}Cancelled${NC}" echo -e "${YELLOW}Cancelled${NC}"
exit 0 exit 0
;; ;;
"" | $'\n' | $'\r' | [Yy]) "" | $'\n' | $'\r' | [Yy]) ;;
;;
*) *)
log_error "Invalid key" log_error "Invalid key"
exit 1 exit 1