Commit e809ec5f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed one more time

parent d6d82741
......@@ -8,7 +8,6 @@ DESC="extra init scripts"
MNTPOINT=/mnt/mmc
MMCDEV=/dev/mmcblk0p1
CONFDIR=/etc/elphel393
SOME_SCRIPT=$($CONFDIR/init_elphel393.py)
case "$1" in
start)
......@@ -24,7 +23,7 @@ case "$1" in
fi
mount $MMCDEV $MNTPOINT
$SOME_SCRIPT
$CONFDIR/init_elphel393.py
;;
stop)
echo -n "Stopping $DESC: "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment