From 49a675d8342afc7852d98b456a7391ff1598549d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:24:54 +0200 Subject: [PATCH] Update ct/ownfoil.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- ct/ownfoil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/ownfoil.sh b/ct/ownfoil.sh index 587f5379c..768a0e220 100644 --- a/ct/ownfoil.sh +++ b/ct/ownfoil.sh @@ -47,7 +47,7 @@ function update_script() { msg_ok "Installed Dependencies" msg_info "Restoring Data" - cp -r /opt/ownfoil_data_backup /opt/ownfoil/app/config 2>/dev/null || true + cp -r /opt/ownfoil_data_backup /opt/ownfoil/app/config rm -rf /opt/ownfoil_data_backup msg_ok "Restored Data"