fix previous commit

This commit is contained in:
Mika Suomalainen 2013-02-07 07:22:51 +02:00
parent ab094238a2
commit 599d45e188
1 changed files with 5 additions and 2 deletions

7
chmod
View File

@ -29,7 +29,10 @@ echo "userdir".
chmod o+rx-w,g+rx-w ~/public_html/ -R
echo "Setting corret permissions to other files which others should access."
chmod a+r-wx,u+rw .face
chmod a+r-wx,u+rw .forward
touch ~/.face
touch ~/.forward
chmod a+r-wx,u+rw ~/.face
chmod a+r-wx,u+rw ~/.forward
echo "Everything is now done :)"