Fix .mono path.
This commit is contained in:
parent
baed11391f
commit
624d1fa32e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue