From 5e1b2590bc37dc8979c96e5c427940bcd0b3ee72 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 6 Mar 2025 15:51:54 -0500 Subject: [PATCH] remove unnecessary copy command --- ct/calibre-web-automated.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/calibre-web-automated.sh b/ct/calibre-web-automated.sh index 136ed8e..5bfaee3 100644 --- a/ct/calibre-web-automated.sh +++ b/ct/calibre-web-automated.sh @@ -37,7 +37,6 @@ function update_script() { msg_info "Creating Backup" $STD tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /opt/cwa /opt/calibre-web/metadata.db - cp dirs.json /opt/dirs.json.bak # not sure if necessary msg_ok "Backup Created" msg_info "Updating $APP to v${RELEASE}"