#!/bin/sh
if [ -e "/odm/default.prop" ]
then
    break
else
    cp /vendor/etc/default.prop.template /odm/default.prop
fi
