Update update_ombi.sh

Fixed Ombi.db file path
This commit is contained in:
a123oclock 2018-04-25 20:03:34 +01:00 committed by GitHub
commit d0827ad6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ fi
declare -i timestamp=$(date +%s) declare -i timestamp=$(date +%s)
.log 6 "Backing up Ombi.db to Ombi.db.$timestamp" .log 6 "Backing up Ombi.db to Ombi.db.$timestamp"
cp ${installdir}Ombi.db ${installdir}Ombi.db.$timestamp cp ${installdir}/Ombi.db ${installdir}/Ombi.db.$timestamp
unzip-strip $file $installdir unzip-strip $file $installdir
.log 6 "Update installed...setting ownership..." .log 6 "Update installed...setting ownership..."