From 2a87538293a433cb1b241be935ccd96caedb31ab Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:25:31 +0100 Subject: [PATCH] Update loki.sh --- ct/loki.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ct/loki.sh b/ct/loki.sh index 707b2fb46..fd2df1f1f 100644 --- a/ct/loki.sh +++ b/ct/loki.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: hoholms # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -44,9 +44,7 @@ function update_script() { systemctl start loki systemctl start promtail msg_ok "Started Loki" - - msg_ok "Update Successful" - + msg_ok "Updated successfully!" exit }