Added user to list of httpd users

This commit is contained in:
James Wernicke 2018-07-07 22:42:14 +00:00
parent ee68b3218a
commit 4bbb3fe7b3
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