Skip to content

Commit e9344fa

Browse files
author
Claes Wikstrom
committed
prepare for 1.84
1 parent c30ef89 commit e9344fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/yaws.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to_erl="%to_erl%"
99
# erlexec requires HOME to be set, and some distros
1010
# run /etc/rc scripts without HOME being set
1111
if [ -z "$HOME" ]; then
12-
if [ `id u` = 0 -a -d /root ]; then
12+
if [ `id -u` = 0 -a -d /root ]; then
1313
export HOME=/root
1414
else
1515
export HOME=/tmp

0 commit comments

Comments
 (0)