#!/bin/bash source /etc/device_info.env sleep 1 export DISPLAY=:0 firefox --kiosk ${STARTUP_DEFAULT_URL} &