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
a685aaad
Commit
a685aaad
authored
Jan 26, 2024
by
fuyanbin
Browse files
typo
parent
01bfd4c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack.sh
View file @
a685aaad
...
...
@@ -93,7 +93,7 @@ build_image() {
fi
local
auto_start_script
auto_start_script
=
"
$(
cat
"
$packge_dir
"
/find_autostart.log
)
"
if
[[
-z
"
$auto_start_script
"
]]
&&
[[
-f
/system/bin/startsoftdetector.sh
]]
if
[[
-z
"
$auto_start_script
"
]]
&&
[[
-f
"
$build_dir
"
/system/bin/startsoftdetector.sh
]]
then
auto_start_script
=
"/system/bin/startsoftdetector.sh"
fi
...
...
@@ -104,7 +104,7 @@ build_image() {
then
echo
"#!/system/bin/sh"
>>
"
$build_dir
"
/
"
$auto_start_script
"
fi
echo
"
\n
"
>>
"
$build_dir
"
/
"
$auto_start_script
"
echo
"
\n
"
>>
"
$build_dir
"
/
"
$auto_start_script
"
echo
"starthugep.sh > /dev/null 2>&1 &"
>>
"
$build_dir
"
/
"
$auto_start_script
"
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