Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 0ac4fa6

Browse files
committed
fix: add -e flag to exit on error
Add -e flag in shell script to exit when an error is occurred in one of the executed commands. Signed-off-by: Ben Oukhanov <[email protected]>
1 parent b57fab3 commit 0ac4fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-uploader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22

33
# Arguments
44
VM_NAME=$1

0 commit comments

Comments
 (0)