mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update install_pve6.sh
This commit is contained in:
parent
bbd82dd34f
commit
f7324a052c
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ apt -y install proxmox-ve postfix open-iscsi
|
||||||
|
|
||||||
# 检测是否安装成功
|
# 检测是否安装成功
|
||||||
url="https://${ip}:8006/"
|
url="https://${ip}:8006/"
|
||||||
if curl --output /dev/null --silent --head --fail "$url"; then
|
echo "安装完毕,请打开HTTPS网页 {$url}"
|
||||||
|
echo "用户名、密码就是服务器所使用的用户名、密码"
|
||||||
|
if curl --output /dev/null --silent --insecure --head --fail "$url"; then
|
||||||
echo "安装成功"
|
echo "安装成功"
|
||||||
else
|
else
|
||||||
echo "安装失败"
|
echo "安装失败"
|
||||||
|
|
Loading…
Reference in a new issue