From 6f6ce38538e91a70da90ff7d3145180b592a0603 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 22 Jul 2024 21:44:48 +0300 Subject: [PATCH] build: Increase strictness of copy-trilium --- bin/copy-trilium.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/copy-trilium.sh b/bin/copy-trilium.sh index c8b38e25c..9f63aaaa8 100755 --- a/bin/copy-trilium.sh +++ b/bin/copy-trilium.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +set -e # Fail on any command error shopt -s globstar if [[ $# -eq 0 ]] ; then