#/!bin/sh
echo Starting user config

if [ -f /mnt/mmc/tsg ]; then
  echo Running tsg in background ...
  /mnt/mmc/tsg &
fi
