Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-init
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-init
Commits
e809ec5f
Commit
e809ec5f
authored
Nov 22, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed one more time
parent
d6d82741
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
init_elphel393
src/init_elphel393
+1
-2
No files found.
src/init_elphel393
View file @
e809ec5f
...
@@ -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
: "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment