From d0e686c1ad2bfb9bb481472e39341cd98a4bf828 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Wed, 27 May 2026 23:56:45 +0000 Subject: [PATCH] fix(scripts): Repair broken aliases st and hc - Make smoke-test.sh executable to fix the 'st' alias. - Restore health-check script from archive to fix the 'hc' alias. The script was moved from `scripts/archived/osvauco-health-check.sh` to `scripts/health-check.sh`. --- scripts/{archived/osvauco-health-check.sh => health-check.sh} | 0 scripts/smoke-test.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{archived/osvauco-health-check.sh => health-check.sh} (100%) mode change 100644 => 100755 scripts/smoke-test.sh diff --git a/scripts/archived/osvauco-health-check.sh b/scripts/health-check.sh similarity index 100% rename from scripts/archived/osvauco-health-check.sh rename to scripts/health-check.sh diff --git a/scripts/smoke-test.sh b/scripts/smoke-test.sh old mode 100644 new mode 100755