This commit is contained in:
2026-01-04 01:57:53 -08:00
parent 280f529766
commit 2e364d41b5

View File

@ -1,6 +1,6 @@
#!/bin/sh
# quit if another instance is already running
# exit if another instance is already running
if [ -n "$(pidof mpc idleloop)" ]; then
echo "mpd-monitor already running"
exit