ActualBudget: fix update check (file instead of folder check) (#4874)

This commit is contained in:
CanbiZ 2025-05-31 22:16:52 +02:00 committed by GitHub
parent e56436d3f2
commit 7af6bf3fe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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