We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4514857 commit 172f879Copy full SHA for 172f879
customize.sh
@@ -27,7 +27,7 @@ done
27
ui_print ""
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"
+chmod +x "/data/adb/service.d/.status.sh"
31
set_perm_recursive "$MODPATH" 0 0 0755 0644
32
33
ui_print "[*] Installation complete!"
0 commit comments