1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 20:10:36 -07:00

Merge pull request from dirtbags/addErisUser

Added www user to list of httpd users
This commit is contained in:
Neale Pickett 2018-07-11 19:05:20 -06:00 committed by GitHub
commit 343700b86d

View file

@ -3,7 +3,7 @@
# Starts a standalone server using tcpsvd and eris
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
done
if [ $www = _ ]; then