coins-demo/contrib/rc_local.tpl
2020-07-31 12:11:20 +02:00

6 lines
140 B
Smarty
Executable file

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