Initial commit: sequence

This commit is contained in:
2026-08-26 13:19:26 +10:00
commit d4c60280dd
32 changed files with 5031 additions and 0 deletions

10
fix-permissions.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
echo "Run this command on 192.168.20.13 to fix permissions:"
echo ""
echo "sudo chown -R sam:users /var/www/sequence"
echo "sudo chmod -R 755 /var/www/sequence"
echo ""
echo "After running these commands, lsyncd should work properly."
echo ""
echo "To test manually:"
echo "rsync -avz /home/sam/home_network/web_sites/sequence/dist/ sam@192.168.20.13:/var/www/sequence/"