mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
fix install
This commit is contained in:
parent
9cee8b0c4a
commit
4a76158410
3 changed files with 1 additions and 4 deletions
|
@ -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 ------"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -44,8 +44,7 @@
|
||||||
"Ubuntu": [
|
"Ubuntu": [
|
||||||
"23.04",
|
"23.04",
|
||||||
"22.04",
|
"22.04",
|
||||||
"20.04",
|
"20.04"
|
||||||
"18.04"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue