mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/bash
|
|
if [ -f /config/nzbdrone.pid ]; then rm -r /config/nzbdrone.pid; fi
|