chmod: add missing -p option to mkdir.

This commit is contained in:
Mika Suomalainen 2013-02-06 16:54:38 +02:00
parent 4ebfcc55d2
commit 8d9bd4ecf7
1 changed files with 1 additions and 1 deletions

2
chmod
View File

@ -23,7 +23,7 @@ touch ~/.ICEauthority
chmod o-rw+x,g-rw+x ~
echo "Creating apache2 UserDir..."
mkdir ~/public_html/
mkdir -p ~/public_html/
echo "Allowing everyone to Read and eXecute everything in your apache2"
echo "userdir".
chmod o+rx-w,g+rx-w ~/public_html/ -R