Index: scripts/run.sh =================================================================== diff -u -r6d62bbaca6363f7ff83715f78607cb60a4736771 -r44a85c96ab55e424866ec4cca0270aa218355f82 --- scripts/run.sh (.../run.sh) (revision 6d62bbaca6363f7ff83715f78607cb60a4736771) +++ scripts/run.sh (.../run.sh) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) @@ -1,18 +1,19 @@ -#!/bin/sh +########################################################################### # # Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. -# \copyright \n -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n -# IN PART OR IN WHOLE, \n -# WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n -# \file run.sh -# \date 2019/10/28 -# \author Behrouz NematiPour -# \details -# This script will be called by autostart script in the /etc/init.d/ -# to initialize the Denali UI Application Software environment -# and finally calls the Application itself in background. # +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file run.sh +# +# @author (last) Peter Lucia +# @date (last) 04-Jun-2020 +# @author (original) Behrouz NematiPour +# @date (original) 28-Oct-2019 +# +############################################################################ +#!/bin/sh HOME=/home/root SDCARD_DEV=/dev/mmcblk1p1 SDCARD_MNT=/media/sd-card