build: Increase strictness of copy-trilium

This commit is contained in:
Elian Doran 2024-07-22 21:44:48 +03:00
parent e74eff75db
commit 6f6ce38538

View File

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