build: Increase strictness of copy-trilium

pull/243/head
Elian Doran 2024-07-22 21:44:48 +07:00
parent e74eff75db
commit 6f6ce38538
1 changed files with 1 additions and 0 deletions

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e # Fail on any command error
shopt -s globstar
if [[ $# -eq 0 ]] ; then