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"