Stop the script run inside the VM as soon as an error occurs.

This commit is contained in:
Georges Dupéron 2018-09-14 22:17:10 +02:00
parent 09238fae49
commit 89d87dfbc9
No known key found for this signature in database
GPG Key ID: C7976374130A80F7

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
if [ "$#" -ne 1 ]; then
echo "Usage: $0 shepherd"