Skip to content

Commit

Permalink
prepare for 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Jul 5, 2009
1 parent c30ef89 commit e9344fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yaws.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to_erl="%to_erl%"
# erlexec requires HOME to be set, and some distros
# run /etc/rc scripts without HOME being set
if [ -z "$HOME" ]; then
if [ `id u` = 0 -a -d /root ]; then
if [ `id -u` = 0 -a -d /root ]; then
export HOME=/root
else
export HOME=/tmp
Expand Down

0 comments on commit e9344fa

Please sign in to comment.