diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deploy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/deploy b/scripts/deploy index 7c7dc66..1a08fc5 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -53,8 +53,9 @@ echo "==> Fixing permissions..." echo "==> Syncing credentials..." "${REPO_DIR}/scripts/sync-credentials" -echo "==> Ensuring binary is executable..." +echo "==> Ensuring binary and scripts are executable..." chmod +x "${BIN_DIR}/claudomator" /usr/local/bin/claudomator +find "${SITE_DIR}/scripts" -maxdepth 1 -type f -exec chmod +x {} + echo "==> Restarting service..." sudo systemctl restart "${SERVICE}" |
