# make www directory

if [ ! -d $HOME/public_html ] && [ `id -un` != "root" ]; then
mkdir $HOME/public_html
chmod 755 -R $HOME/public_html
fi