index
:
yams.git
add-jellyfin-plex
add-lidarr-and-readarr
add-portainer
add-prowlarr
bugfix/23/fix-check-vpn-command
bugfix/remove-gluetun-countries
feature/refactor-to-literate
master
v2
yams: Yet Another Media Server. My personal media server, easy to install in a bash script
Roger Gonzalez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yams
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'yams')
-rwxr-xr-x
yams
2
1 files changed, 1 insertions, 1 deletions
diff --git a/yams b/yams
index 42b8677..2ebd3c3 100755
--- a/
yams
+++ b/
yams
@@ -1,5 +1,5 @@
#!/bin/bash
-set -eu
+set -eo pipefail
dc="docker-compose -f <filename>"
install_location="<install_location>"