Commit e3449861 authored by fuyanbin's avatar fuyanbin
Browse files

fix: 输出的是\n

parent 10780c52
......@@ -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 " " >> "$build_dir"/"$auto_start_script"
echo "starthugep.sh > /dev/null 2>&1 &" >> "$build_dir"/"$auto_start_script"
fi
fi
......
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