Commit e809ec5f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

fixed one more time

parent d6d82741
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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: "