mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "d883f952760a3571171620e8ec61dd9225e7cb09" and "1ca55a8d54f8b8366d7ed1882e08be29bf4a8792" have entirely different histories.
d883f95276
...
1ca55a8d54
|
@ -27,6 +27,7 @@ var_os="debian"
|
||||||
var_version="11"
|
var_version="11"
|
||||||
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
||||||
var_install="${NSAPP}-v5-install"
|
var_install="${NSAPP}-v5-install"
|
||||||
|
NEXTID=$(pvesh get /cluster/nextid)
|
||||||
INTEGER='^[0-9]+$'
|
INTEGER='^[0-9]+$'
|
||||||
YW=$(echo "\033[33m")
|
YW=$(echo "\033[33m")
|
||||||
BL=$(echo "\033[36m")
|
BL=$(echo "\033[36m")
|
||||||
|
@ -409,7 +410,7 @@ if command -v pveversion >/dev/null 2>&1; then
|
||||||
install_script
|
install_script
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -d /var/lib/docker/volumes/hass_config/_data
|
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /var/lib/docker/volumes/hass_config/_data
|
||||||
]]; then
|
]]; then
|
||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue