4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
cp -r /vendor/etc/camera/AppData_rk/ /data/
|
||
|
chmod -R 777 /data/AppData_rk
|