fix paths

This commit is contained in:
CanbiZ
2025-03-03 12:28:23 +01:00
parent 5756197107
commit 01618e0817
9 changed files with 125 additions and 300 deletions

View File

@@ -1,13 +1,11 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
# Copyright (c) 2021-2025 tteck
# Authors: tteck (tteckster)
# Copyright (c) 2021-2025 community-scripts ORG
# Author: MickLesk (Canbiz)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://frigate.video/
# App Default Values
APP="healthchecks"
var_tags="nvr"
var_tags="monitoring"
var_cpu="4"
var_ram="4096"
var_disk="20"
@@ -15,10 +13,7 @@ var_os="debian"
var_version="12"
var_unprivileged="0"
# App Output
header_info "$APP"
# Core
variables
color
catch_errors
@@ -27,11 +22,11 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /etc/systemd/system/frigate.service ]]; then
if [[ ! -f /etc/systemd/system/healthchecks.service ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi
msg_error "To update Frigate, create a new container and transfer your configuration."
msg_error "No Update."
exit
}