summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/deploy3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/deploy b/scripts/deploy
index cd8c200..7c7dc66 100755
--- a/scripts/deploy
+++ b/scripts/deploy
@@ -53,6 +53,9 @@ echo "==> Fixing permissions..."
echo "==> Syncing credentials..."
"${REPO_DIR}/scripts/sync-credentials"
+echo "==> Ensuring binary is executable..."
+chmod +x "${BIN_DIR}/claudomator" /usr/local/bin/claudomator
+
echo "==> Restarting service..."
sudo systemctl restart "${SERVICE}"
sudo systemctl status "${SERVICE}" --no-pager -l