From d2c90dba2032bbd3cbe3939bb2e864e826798098 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 27 Dec 2025 13:52:37 -0800 Subject: [PATCH] fix: script needs new user dir --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 5f0db9d..97f5a45 100755 --- a/sync.sh +++ b/sync.sh @@ -3,7 +3,7 @@ dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products" "donate" "socials"); for dir in "${dirs[@]}"; do - rsync -av $dir prod:/home/nhcarrigan + rsync -av $dir prod:/home/naomi echo "Synced $dir" done