fix install

This commit is contained in:
Darren 2023-10-13 14:46:06 +08:00 committed by GitHub
parent 9cee8b0c4a
commit 4a76158410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -78,7 +78,6 @@ fi
starttime=$(date +%s) starttime=$(date +%s)
cat starttime
# 输出参数值 # 输出参数值
echo -e "\n------ Welcome to install Websoft9, it will take 3-5 minutes ------" echo -e "\n------ Welcome to install Websoft9, it will take 3-5 minutes ------"

View file

@ -352,7 +352,6 @@ Install_Cockpit(){
Test_Cockpit(){ Test_Cockpit(){
echo "$echo_prefix_cockpit Test Cockpit console accessibility" echo "$echo_prefix_cockpit Test Cockpit console accessibility"
test_cmd="curl localhost:$cockpit_port" test_cmd="curl localhost:$cockpit_port"
echo test_cmd
start_time=$(date +%s) start_time=$(date +%s)
timeout=30 timeout=30
while true; do while true; do

View file

@ -44,8 +44,7 @@
"Ubuntu": [ "Ubuntu": [
"23.04", "23.04",
"22.04", "22.04",
"20.04", "20.04"
"18.04"
] ]
} }
} }