fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit 56bac5a6486ff527e5aa29afe7ee7cc730082385
parent ba9169b9780b981a061a1d70d5bffd30cd254ec5
Author: sin <sin@2f30.org>
Date:   Fri, 27 Sep 2013 15:20:13 +0100

Only print the message when we actually generate them

Diffstat:
Metc/rc.multi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/rc.multi b/etc/rc.multi @@ -2,8 +2,8 @@ . /etc/rc.conf -echo Generating dropbear keys if [ -x /etc/dropbearkeys ]; then + echo Generating dropbear keys /etc/dropbearkeys fi chmod 644 /etc/dropbearkeys