mirror of
https://github.com/linuxserver/docker-nzbget.git
synced 2026-02-20 06:59:36 +08:00
4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/bash
|
|
|
|
|
|
if [ -f /downloads/nzbget.lock ]; then rm /downloads/nzbget.lock; fi |