Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6f6ce38

Browse files
committed
build: Increase strictness of copy-trilium
1 parent e74eff7 commit 6f6ce38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/copy-trilium.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
set -e # Fail on any command error
34
shopt -s globstar
45

56
if [[ $# -eq 0 ]] ; then

0 commit comments

Comments
 (0)