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

Commit 4248ae2

Browse files
phorcys420matifali
authored andcommitted
chore(filebrowser): set -euo pipefail
1 parent 68ce447 commit 4248ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

filebrowser/run.sh

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

3+
set -euo pipefail
4+
35
BOLD='\033[[0;1m'
46

57
printf "$${BOLD}Installing filebrowser \n\n"

0 commit comments

Comments
 (0)