From ca0a11e87adffdd248936a2eebc48a157157a290 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 26 Jan 2026 14:34:21 +0100 Subject: [PATCH] Update install --- ct/clawdbot.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ct/clawdbot.sh b/ct/clawdbot.sh index 6c82efe1c..14683a3f2 100644 --- a/ct/clawdbot.sh +++ b/ct/clawdbot.sh @@ -30,9 +30,6 @@ function update_script() { fi if check_for_gh_release "clawdbot" "clawdbot/clawdbot"; then - msg_info "Stopping Service" - systemctl stop clawdbot - msg_ok "Stopped Service" msg_info "Backing up Data" cp -r /opt/clawdbot/data /opt/clawdbot_data_backup 2>/dev/null || true @@ -53,9 +50,6 @@ function update_script() { rm -rf /opt/clawdbot_data_backup /root/.clawdbot_backup msg_ok "Restored Data" - msg_info "Starting Service" - systemctl start clawdbot - msg_ok "Started Service" msg_ok "Updated successfully!" fi exit