install.run: fix chmod which is put into homefolder (missing wwwuser)

This commit is contained in:
Mika Suomalainen 2013-02-20 16:46:42 +02:00
parent 954fb7fcd1
commit 1949ec1a96
2 changed files with 5 additions and 1 deletions

View File

@ -16,5 +16,7 @@ mkdir -p ~/.public_html/
chmod a+xr chmod
./chmod&
cat chmod > ~/chmod
chmod a+xr chmod
cat wwwuser > ~/wwwuser
chmod a+xr ~/chmod
chmod a+r ~/wwwuser
# vim : set ft=sh :

View File

@ -16,6 +16,8 @@ mkdir -p ~/.ssh
chmod a+xr chmod
./chmod&
cat chmod > ~/chmod
cat wwwuser > ~/wwwuser
chmod a+xr chmod
chmod a+r wwwuser
# vim : set ft=sh :
#chmod 700 $HOME -R