From 3f8868ff556e730aae9812e40324a0c3dd5a4006 Mon Sep 17 00:00:00 2001 From: Casey Date: Tue, 16 Dec 2025 00:30:48 -0600 Subject: [PATCH] add set -e to script --- build_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_new.sh b/build_new.sh index 06df7e34..22c24bcd 100755 --- a/build_new.sh +++ b/build_new.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -e TAG="" REMOTE_HOST="erpnext.lasthourhosting.org" REMOTE_USER="root"