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