android13/vendor/rockchip/common/webkit/chrome.sh

12 lines
238 B
Bash

#!/system/bin/sh
configDstPath=/data/local/chrome-command-line
configSrcPath=/etc/chrome-command-line
# check screen shot folder
if [ ! -f $configDstPath ]; then
busybox cp $configSrcPath $configDstPath
chmod 777 $configDstPath
fi