summarylogtreecommitdiffstats
path: root/sonarr.sh
diff options
context:
space:
mode:
authorDaniel Egeberg2017-05-15 06:08:01 +0200
committerDaniel Egeberg2017-05-15 06:08:01 +0200
commit6c0f9ee74c41e4adef2793f125d1d5ffe12e789b (patch)
tree294cc090c8e0d01b04ca11ff7349bf4d3a2f32b6 /sonarr.sh
parent0e4016f2e28473dc86c03309ab2db5dc112b1499 (diff)
downloadaur-6c0f9ee74c41e4adef2793f125d1d5ffe12e789b.tar.gz
Add MONO_TLS_PROVIDER=legacy for mono 5 compatibility
See https://github.com/Sonarr/Sonarr/issues/1928
Diffstat (limited to 'sonarr.sh')
-rwxr-xr-xsonarr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonarr.sh b/sonarr.sh
index 1b1e91d58f79..b31535ac84f8 100755
--- a/sonarr.sh
+++ b/sonarr.sh
@@ -1,2 +1,3 @@
#!/bin/sh
+export MONO_TLS_PROVIDER=legacy
exec mono /usr/lib/sonarr/NzbDrone.exe "$@"