From c9baccd80f96a9153129e7aed34086cd4db711be Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:48:53 +0200 Subject: [PATCH] Refine logging messages for ntopng updates --- ct/ntopng.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/ntopng.sh b/ct/ntopng.sh index 5f5919fb3fe..cff63efab3f 100644 --- a/ct/ntopng.sh +++ b/ct/ntopng.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -30,10 +30,10 @@ function update_script() { exit fi - msg_info "Updating ${APP}" + msg_info "Updating ntopng" $STD apt update $STD apt install -y ntopng - msg_ok "Updated ${APP}" + msg_ok "Updated ntopng" msg_info "Restarting Service" systemctl restart ntopng