Commit 3af61bc4 authored by fuyanbin's avatar fuyanbin
Browse files

保证能拷贝成功,防止有些cp有提示,有些又没有 -f 命令

parent 7c082610
Pipeline #42846 passed with stages
in 8 seconds
......@@ -54,6 +54,8 @@ install() {
if [ -e /system/bin/hugep-start.sh ]
then
rm "$SMALLP_PATH"/hugep-star.sh
rm -f "$SMALLP_PATH"/hugep-star.sh
cp /system/bin/hugep-start.sh "$SMALLP_PATH"/hugep-star.sh
fi
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment