From 369bcd9e0465eb5be9442f8846cbdbb02f90c962 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 5 Oct 2025 16:05:46 -0400 Subject: [PATCH] rwMarkable: fix rm --- ct/rwmarkable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/rwmarkable.sh b/ct/rwmarkable.sh index 20218316..28dd6a5b 100644 --- a/ct/rwmarkable.sh +++ b/ct/rwmarkable.sh @@ -60,7 +60,7 @@ function update_script() { msg_info "Restarting ${APP} service" systemctl start rwmarkable msg_ok "Restarted ${APP} service" - rm /opt/data.tar + rm /opt/data_config.tar msg_ok "Updated Successfully" fi exit