diff --git a/bin/httpd b/bin/httpd index 854aa5b..edeacbc 100755 --- a/bin/httpd +++ b/bin/httpd @@ -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