mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +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)
|
||||
cat starttime
|
||||
|
||||
# 输出参数值
|
||||
echo -e "\n------ Welcome to install Websoft9, it will take 3-5 minutes ------"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -44,8 +44,7 @@
|
|||
"Ubuntu": [
|
||||
"23.04",
|
||||
"22.04",
|
||||
"20.04",
|
||||
"18.04"
|
||||
"20.04"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue