Skip to content

Commit 885140c

Browse files
authored
Update customize.sh
1 parent 9d4fa70 commit 885140c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

customize.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ while true; do
2525
fi
2626
done
2727
ui_print ""
28-
set_perm_recursive $MODPATH 0 0 0755 0644
28+
mkdir -p "/data/adb/service.d"
29+
mv "$MODPATH/.status.sh" "/data/adb/service.d"
30+
chmod 777 "/data/adb/service.d/.status.sh"
31+
set_perm_recursive "$MODPATH" 0 0 0755 0644
2932
ui_print ""
3033
ui_print "[*] Installation complete!"

0 commit comments

Comments
 (0)