Maybe things work now!

This commit is contained in:
Brandon
2019-08-19 16:08:37 -05:00
parent ca90ceb2bb
commit 33ca39d071
3 changed files with 38 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if [ ! -r /data/.config/mopidy.conf ]; then
mkdir -p /data/.config && cp /defaults/mopidy.conf /data/.config
mkdir -p /data/.config && cp /defaults/mopidy.conf /data/.config
fi
trap "kill $PID" HUP INT TERM