Commit 87801b6f authored by vvb2060's avatar vvb2060 Committed by John Wu

Fix mv file when install module

parent 7ce4789e
...@@ -723,6 +723,7 @@ is_legacy_script() { ...@@ -723,6 +723,7 @@ is_legacy_script() {
install_module() { install_module() {
rm -rf $TMPDIR rm -rf $TMPDIR
mkdir -p $TMPDIR mkdir -p $TMPDIR
chcon u:object_r:system_file:s0 $TMPDIR
cd $TMPDIR cd $TMPDIR
setup_flashable setup_flashable
......
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