Browse Source

set -e to stops on errors

master
ugrnm 2 months ago
parent
commit
6b3e4c1ac2
  1. 2
      stream_loooooops.sh

2
stream_loooooops.sh

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

Loading…
Cancel
Save