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
4fced855
Commit
4fced855
authored
Sep 15, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not check if script exists - to be able to pass a parameter
parent
6fb4ebd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
init_elphel393
src/init_elphel393
+1
-6
No files found.
src/init_elphel393
View file @
4fced855
...
@@ -23,12 +23,7 @@ case "$1" in
...
@@ -23,12 +23,7 @@ case "$1" in
fi
fi
mount
$MMCDEV
$MNTPOINT
mount
$MMCDEV
$MNTPOINT
if
[
-f
/etc/
$SOME_SCRIPT
]
;
then
/etc/
$SOME_SCRIPT
echo
" Launching /etc/
$SOME_SCRIPT
"
/etc/
$SOME_SCRIPT
else
echo
"
$SOME_SCRIPT
not found. Nothing to launch."
fi
;;
;;
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