Fix problems with LOCK_FILE name
This commit is contained in:
@@ -82,7 +82,7 @@ check_for_updates() {
|
|||||||
|
|
||||||
# Main Execution
|
# Main Execution
|
||||||
|
|
||||||
trap 'rm -f $LOCKFILE' EXIT
|
trap 'rm -f $LOCK_FILE' EXIT
|
||||||
|
|
||||||
check_lock
|
check_lock
|
||||||
create_lock
|
create_lock
|
||||||
|
|||||||
Reference in New Issue
Block a user