Fix .mono path.

This commit is contained in:
Donald Webster 2018-03-18 20:31:55 -07:00
parent baed11391f
commit 624d1fa32e

View file

@ -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