#!/bin/sh

if [ ! -z "$WOL_USER" ]; then
	echo "/:$WOL_USER:$(httpd -m "$WOL_PLAIN_PASSWD")"
fi
