Skip to content

Commit ddff78d

Browse files
committed
Upload file
1 parent af2d540 commit ddff78d

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

pio/src/main/assets/home/etc/start-firstly.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Launch after data installation is complete.
22

33
if [ -d "$AON" ] || [ "$AOK" ];then
4-
chmod 777 $AON/*/* $AOK/*/*
4+
chmod 777 $AON/*/firstly_start.sh $AOK/*/firstly_start.sh
55
for vadd in $AON/*/firstly_start.sh $AOK/*/firstly_start.sh; do
66
if [ -f "$vadd" ];then
77
echo "firstly shell: $vadd"
4.59 KB
Loading
748 Bytes
Loading

0 commit comments

Comments
 (0)