mirror of https://github.com/dirtbags/moth.git
Merge pull request #37 from dirtbags/addErisUser
Added www user to list of httpd users
This commit is contained in:
commit
40d92bd26f
|
@ -3,7 +3,7 @@
|
||||||
# Starts a standalone server using tcpsvd and eris
|
# Starts a standalone server using tcpsvd and eris
|
||||||
|
|
||||||
echo "Figuring out web user..."
|
echo "Figuring out web user..."
|
||||||
for www in www-data http tc _ _www; do
|
for www in www www-data http tc _ _www; do
|
||||||
id $www && break
|
id $www && break
|
||||||
done
|
done
|
||||||
if [ $www = _ ]; then
|
if [ $www = _ ]; then
|
||||||
|
|
Loading…
Reference in New Issue