summarylogtreecommitdiffstats
path: root/jackett.install
diff options
context:
space:
mode:
Diffstat (limited to 'jackett.install')
-rw-r--r--jackett.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/jackett.install b/jackett.install
index a2917f394089..95374bbb0693 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