From 4d73218d455b5117ba5ff80fa28cf43a139fc417 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 27 Jun 2025 16:27:42 -0700 Subject: [PATCH] fix: include products in script --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 7762802..742b3ba 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books"); +dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products"); for dir in "${dirs[@]}"; do rsync -av $dir prod:/home/nhcarrigan