From 764d4d2d07449aec72c87afe941b7c63ea05e08c Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 21 Mar 2026 21:24:02 +0000 Subject: feat: Phase 1 — remove bug feature and dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete Bug struct, BugToAtom, SourceBug, TypeBug, TypeNote - Remove bug store methods (SaveBug, GetBugs, ResolveBug, etc.) - Remove HandleGetBugs, HandleReportBug, bug branches in handlers - Remove bug routes, bugs.html template, bug UI from index.html - Remove AddMealToPlanner stub + interface method - Migration 018: DROP TABLE IF EXISTS bugs Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/deploy') diff --git a/scripts/deploy b/scripts/deploy index e6746d8..3a98290 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -31,8 +31,8 @@ mv app ${SITE_DIR}/app echo "==> Setting permissions..." chown -R www-data:www-data ${SITE_DIR} -find ${SITE_DIR} -type d -exec chmod 755 {} \; -find ${SITE_DIR} -type f -exec chmod 644 {} \; +find ${SITE_DIR} -type d -exec chmod 755 {} + +find ${SITE_DIR} -type f -exec chmod 644 {} + chmod +x ${SITE_DIR}/app chmod 600 ${SITE_DIR}/.env 2>/dev/null || true -- cgit v1.2.3