diff --git a/install/install.sh b/install/install.sh index 39779773..e99f6f60 100644 --- a/install/install.sh +++ b/install/install.sh @@ -78,7 +78,6 @@ fi starttime=$(date +%s) -cat starttime # 输出参数值 echo -e "\n------ Welcome to install Websoft9, it will take 3-5 minutes ------" diff --git a/install/install_cockpit.sh b/install/install_cockpit.sh index 58cfba47..3d814a94 100644 --- a/install/install_cockpit.sh +++ b/install/install_cockpit.sh @@ -352,7 +352,6 @@ Install_Cockpit(){ Test_Cockpit(){ echo "$echo_prefix_cockpit Test Cockpit console accessibility" test_cmd="curl localhost:$cockpit_port" - echo test_cmd start_time=$(date +%s) timeout=30 while true; do diff --git a/version.json b/version.json index c779c002..404793ae 100644 --- a/version.json +++ b/version.json @@ -44,8 +44,7 @@ "Ubuntu": [ "23.04", "22.04", - "20.04", - "18.04" + "20.04" ] } } \ No newline at end of file