chore(scripts): exit if error occurs in any command
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [[ $1 ]]; then
|
||||
volume_name=$(echo $1)
|
||||
|
||||
Reference in New Issue
Block a user