Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
7c082610
Commit
7c082610
authored
Jun 07, 2024
by
fuyanbin
Browse files
fix: 判断有没有pgrep命令
parent
ab6ecb05
Pipeline
#42316
passed with stages
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/starthugep.sh
View file @
7c082610
...
@@ -17,7 +17,7 @@ init() {
...
@@ -17,7 +17,7 @@ init() {
ln
-s
$BUSYBOXY
"
$CACHE_DIR
/local/tmp/bin/chroot"
ln
-s
$BUSYBOXY
"
$CACHE_DIR
/local/tmp/bin/chroot"
fi
fi
if
[
-e
/system/bin/pgrep
]
if
[
!
-e
/system/bin/pgrep
]
then
then
ln
-s
$BUSYBOXY
"
$CACHE_DIR
/local/tmp/bin/pgrep"
ln
-s
$BUSYBOXY
"
$CACHE_DIR
/local/tmp/bin/pgrep"
fi
fi
...
...
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