From 7af6bf3fe712a2ef878911e5e3c4493de52e7be1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 31 May 2025 22:16:52 +0200 Subject: [PATCH] ActualBudget: fix update check (file instead of folder check) (#4874) --- ct/actualbudget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index 21da48ca9..6cd6188c6 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -d /opt/actualbudget ]]; then + if [[ ! -f /opt/actualbudget_version.txt ]]; then msg_error "No ${APP} Installation Found!" exit fi