From 3d56124ed1ec127ae091391dc05581197eb29eac Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 May 2011 18:49:21 -0400 Subject: only warn about /run if it exists Signed-off-by: Mike Frysinger --- sh/init.sh.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 96474ff..21757fd 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -111,7 +111,7 @@ if [ -d /run ]; then chown root:uucp /run/lock chmod 0775 /run/lock fi -else +elif [ -e /run ]; then einfo "Unable to mount /run since it is not a directory" fi -- cgit v1.2.3