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