From d0827ad6a908bfc7384b0dcde7264fc8cc48f865 Mon Sep 17 00:00:00 2001 From: a123oclock Date: Wed, 25 Apr 2018 20:03:34 +0100 Subject: [PATCH] Update update_ombi.sh Fixed Ombi.db file path --- update_ombi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ombi.sh b/update_ombi.sh index fa3f048..3c081f7 100644 --- a/update_ombi.sh +++ b/update_ombi.sh @@ -281,7 +281,7 @@ fi declare -i timestamp=$(date +%s) .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 .log 6 "Update installed...setting ownership..."