coins-demo/contrib/rc_local.tpl

7 lines
140 B
Smarty
Raw Normal View History

#!/bin/bash
bootflag="/.manufactured"
if [ ! -f ${bootflag} ]; then
exec /opt/coins-demo/contrib/firstboot.sh
touch ${bootflag}
fi