mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-26 21:50:42 +01:00
exit if no config
This commit is contained in:
parent
6b3e4c1ac2
commit
b8fbc26220
@ -6,6 +6,7 @@ set -e
|
||||
if [ ! -e stream_loooooops-config.xml ]
|
||||
then
|
||||
echo ":( write an ezstream config file plz"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# We keep trying to read the playlist
|
||||
|
Loading…
Reference in New Issue
Block a user