Make sure test script exit on first error.

This commit is contained in:
Petter Reinholdtsen 2014-04-10 08:15:37 +00:00
parent c400ed5c73
commit aa09fe9568
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
mkdir -p etc/init.d
touch etc/insserv.conf
cat > etc/init.d/test <<EOF