From 624d1fa32e7c60cd9a0ded6eea1aa144433f529f Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Sun, 18 Mar 2018 20:31:55 -0700 Subject: [PATCH] Fix .mono path. --- jackett.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackett.install b/jackett.install index a2917f39408..95374bbb069 100644 --- a/jackett.install +++ b/jackett.install @@ -8,7 +8,7 @@ post_upgrade() { fi # Check for existing old mono config directory and non-existance of new mono config directory. - if [[ -d /usr/share/Jackett/.config/.mono && ! -d /var/lib/jackett/.config/.mono ]]; then + if [[ -d /usr/share/Jackett/.config/.mono && ! -d /var/lib/jackett/.mono ]]; then cp -a /usr/share/Jackett/.config/.mono /var/lib/jackett/ fi