add checking and deleting logs

This commit is contained in:
Сергей Гудаев 2023-06-17 01:25:37 +08:00
parent ff88cdb41c
commit 9037f50420

View File

@ -260,7 +260,6 @@ select opt in "${options[@]}"
_remove_logs;
break
;;
*) echo "invalid option $REPLY";;
"Quit")
break
;;