Initial commit: sequence
This commit is contained in:
10
fix-permissions.sh
Executable file
10
fix-permissions.sh
Executable 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/"
|
||||
Reference in New Issue
Block a user