From b7f438d5bfabb009d2ca06ee5a9ee94f519bd84a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 27 Feb 2017 10:16:45 +0100 Subject: [PATCH] rc: mute importer install media touch --- src/etc/rc.importer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.importer b/src/etc/rc.importer index c3018039b..9a1146d49 100755 --- a/src/etc/rc.importer +++ b/src/etc/rc.importer @@ -49,7 +49,7 @@ bootstrap_and_exit() exit 0 } -touch ${INSTALL} +touch ${INSTALL} 2> /dev/null if [ -f ${INSTALL} -a -f /conf/config.xml ]; then bootstrap_and_exit fi