fix config file variable in init script

This commit is contained in:
jjh 2008-05-12 05:35:59 +00:00
parent ff19b0e8d2
commit b0aede81e8

View File

@ -32,7 +32,7 @@ start() {
[ -x $nginx ] || exit 5
[ -f $config ] || exit 6
echo -n $"Starting $prog: "
daemon $nginx -c $config
daemon $nginx -c $NGINX_CONF_FILE
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile