rc: mute importer install media touch

This commit is contained in:
Franco Fichtner 2017-02-27 10:16:45 +01:00
parent cd5b018866
commit b7f438d5bf

View File

@ -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