mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-20 13:24:20 -07:00
Update update_ombi.sh
Fixed Ombi.db file path
This commit is contained in:
parent
93600f0086
commit
d0827ad6a9
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue