We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2d540 commit ddff78dCopy full SHA for ddff78d
3 files changed
pio/src/main/assets/home/etc/start-firstly.rc
@@ -1,7 +1,7 @@
1
# Launch after data installation is complete.
2
3
if [ -d "$AON" ] || [ "$AOK" ];then
4
-chmod 777 $AON/*/* $AOK/*/*
+chmod 777 $AON/*/firstly_start.sh $AOK/*/firstly_start.sh
5
for vadd in $AON/*/firstly_start.sh $AOK/*/firstly_start.sh; do
6
if [ -f "$vadd" ];then
7
echo "firstly shell: $vadd"
pio/src/main/assets/module/etc/icon/icon.png
4.59 KB
pio/src/main/assets/module/etc/icon/settings.png
748 Bytes
0 commit comments