generated from nhcarrigan/template
feat: add landing page for mail server
This commit is contained in:
5
sync.sh
5
sync.sh
@ -4,4 +4,7 @@ dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual");
|
||||
|
||||
for dir in "${dirs[@]}"; do
|
||||
rsync -av $dir prod:/home/nhcarrigan
|
||||
done
|
||||
echo "Synced $dir"
|
||||
done
|
||||
|
||||
echo "mail/index.html must be manually synced to mail:/home/user-data/www/default by a user with sudo access."
|
Reference in New Issue
Block a user