Stop the script run inside the VM as soon as an error occurs.
This commit is contained in:
parent
09238fae49
commit
89d87dfbc9
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
echo "Usage: $0 shepherd"
|
echo "Usage: $0 shepherd"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user