Skip to content

Commit 7af6bf3

Browse files
authored
ActualBudget: fix update check (file instead of folder check) (#4874)
1 parent e56436d commit 7af6bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/actualbudget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function update_script() {
2424
check_container_storage
2525
check_container_resources
2626

27-
if [[ ! -d /opt/actualbudget ]]; then
27+
if [[ ! -f /opt/actualbudget_version.txt ]]; then
2828
msg_error "No ${APP} Installation Found!"
2929
exit
3030
fi

0 commit comments

Comments
 (0)