mirror of
https://github.com/linuxserver/docker-nzbget.git
synced 2026-02-20 06:59:36 +08:00
Clean lockfile on startup
This commit is contained in:
parent
9ecffdcc0e
commit
d64984d398
4
init/20_remove_lockfile.sh
Normal file
4
init/20_remove_lockfile.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
if [ -f /downloads/nzbget.lock ]; then rm /downloads/nzbget.lock; fi
|
||||
Loading…
x
Reference in New Issue
Block a user