mirror of https://github.com/dirtbags/moth.git
Added user to list of httpd users
This commit is contained in:
parent
ee68b3218a
commit
4bbb3fe7b3
|
@ -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