Fix problems with LOCK_FILE name

This commit is contained in:
2025-09-21 01:29:21 +02:00
parent 647bfc1987
commit 181e6c54da

View File

@@ -82,7 +82,7 @@ check_for_updates() {
# Main Execution
trap 'rm -f $LOCKFILE' EXIT
trap 'rm -f $LOCK_FILE' EXIT
check_lock
create_lock