From 01f529df562454dff83aab4cff7f3af152bc40ec Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Sep 2018 13:41:56 +0200 Subject: [PATCH] :ambulance: Fixes incorrect patch file name (#8) --- tautulli/rootfs/etc/cont-init.d/30-patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tautulli/rootfs/etc/cont-init.d/30-patches.sh b/tautulli/rootfs/etc/cont-init.d/30-patches.sh index fd0553b..27c4a60 100644 --- a/tautulli/rootfs/etc/cont-init.d/30-patches.sh +++ b/tautulli/rootfs/etc/cont-init.d/30-patches.sh @@ -5,7 +5,7 @@ # ============================================================================== # Adds buymeacoffe link -patch /opt/data/interfaces/default/base.html /patches/buymeacoffe +patch /opt/data/interfaces/default/base.html /patches/buymeacoffee # Adds add-on support information in the settings of Tautulli -patch /opt/data/interfaces/default/configuration_table.html /patches/support \ No newline at end of file +patch /opt/data/interfaces/default/configuration_table.html /patches/support