Commit a40c8fd9cc099453326a638d16371dd8584d48bb

Authored by Antonio Terceiro
1 parent 5b40e9ac

server: add set -e

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
server
1 1 #!/bin/sh
2 2  
  3 +set -e
  4 +
3 5 if [ -f test/ip_helper.sh ]; then
4 6 ROOTDIR=$(dirname $0)
5 7 . test/ip_helper.sh
... ...