Commit e809ec5f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed one more time

parent d6d82741
...@@ -8,7 +8,6 @@ DESC="extra init scripts" ...@@ -8,7 +8,6 @@ DESC="extra init scripts"
MNTPOINT=/mnt/mmc MNTPOINT=/mnt/mmc
MMCDEV=/dev/mmcblk0p1 MMCDEV=/dev/mmcblk0p1
CONFDIR=/etc/elphel393 CONFDIR=/etc/elphel393
SOME_SCRIPT=$($CONFDIR/init_elphel393.py)
case "$1" in case "$1" in
start) start)
...@@ -24,7 +23,7 @@ case "$1" in ...@@ -24,7 +23,7 @@ case "$1" in
fi fi
mount $MMCDEV $MNTPOINT mount $MMCDEV $MNTPOINT
$SOME_SCRIPT $CONFDIR/init_elphel393.py
;; ;;
stop) stop)
echo -n "Stopping $DESC: " 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