We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a8c40 commit 62f3ce7Copy full SHA for 62f3ce7
include/tomcat.sh
@@ -29,7 +29,6 @@ tomcat_uninstall(){
29
main(){
30
clear
31
echo -e "
32
- ———————————— 开发环境(Java) ————————————
33
1.${Font_color_suffix} 安装 Tomcat7
34
2.${Font_color_suffix} 安装 Tomcat8
35
3.${Font_color_suffix} 安装 Tomcat9
@@ -38,7 +37,7 @@ main(){
38
37
read -p " 请输入选项 :" num
39
case "$num" in
40
0)
41
- exit 1
+ exit 1
42
;;
43
1)
44
version=7.0.100
@@ -53,7 +52,6 @@ main(){
53
52
tomcat
54
55
*)
56
- clear
57
echo -e "${Error}:请输入正确选项:"
58
sleep 3s
59
main
0 commit comments