mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update alpine-zigbee2mqtt-v5.sh
Tweak
This commit is contained in:
parent
32a1ccb59a
commit
54259a84c1
@ -396,12 +396,12 @@ if command -v pveversion >/dev/null 2>&1; then
|
|||||||
install_script
|
install_script
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/zigbee2mqtt/configuration.yaml ]]; then
|
if ! command -v pveversion >/dev/null 2>&1; then
|
||||||
msg_error "No ${APP} Installation Found!"
|
if [[ ! -f /etc/zigbee2mqtt/configuration.yaml ]]; then
|
||||||
fi
|
msg_error "No ${APP} Installation Found!"
|
||||||
|
else
|
||||||
if ! command -v pveversion >/dev/null 2>&1 && [[ -f /etc/zigbee2mqtt/configuration.yaml ]]; then
|
update_script
|
||||||
update_script
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user