Loading src/init_elphel393 +1 −2 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -24,7 +23,7 @@ case "$1" in fi mount $MMCDEV $MNTPOINT $SOME_SCRIPT $CONFDIR/init_elphel393.py ;; stop) echo -n "Stopping $DESC: " Loading Loading
src/init_elphel393 +1 −2 Original line number Diff line number Diff line Loading @@ -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) Loading @@ -24,7 +23,7 @@ case "$1" in fi mount $MMCDEV $MNTPOINT $SOME_SCRIPT $CONFDIR/init_elphel393.py ;; stop) echo -n "Stopping $DESC: " Loading