puppet-standalone-mashup/shared/additional-modules/nginx/templates/new-site

13 lines
116 B
Plaintext
Raw Normal View History

2012-01-31 03:14:25 +00:00
#!/bin/bash
if [ $UID -ne 0 ]; then
sudo $0 $@
exit
fi
cd /var/www
mkdir $1
chown :www-data $1
chmod 2775 $1