ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
316 stars 170 forks source link

Fix APACHE_USER define in makefile. #221

Closed timstaley closed 10 years ago

timstaley commented 10 years ago

Whitespace at end of 'APACHE_USER' define broke chown command.

timstaley commented 10 years ago

Extra space caused a break in the chown command like so: chown -R www-data :www-data //var/lib/ganglia-web

giving error: chown: cannot access `:www-data': No such file or directory