mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-27 14:01:56 +01:00
set -e to stops on errors
This commit is contained in:
parent
8ed2d5b620
commit
6b3e4c1ac2
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Do we have config file?
|
||||
if [ ! -e stream_loooooops-config.xml ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user