Merge pull request #37 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
1 changed files with 1 additions and 1 deletions

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