1
0
mirror of https://git.lurk.org/repos/radio-looptober.git synced 2024-12-26 21:50:42 +01:00

set -e to stops on errors

This commit is contained in:
ugrnm 2024-03-18 11:42:13 +01:00
parent 8ed2d5b620
commit 6b3e4c1ac2

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
# Do we have config file?
if [ ! -e stream_loooooops-config.xml ]
then