Skip to content

Commit 172f879

Browse files
authored
Update customize.sh
1 parent 4514857 commit 172f879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ done
2727
ui_print ""
2828
mkdir -p "/data/adb/service.d"
2929
mv "$MODPATH/.status.sh" "/data/adb/service.d"
30-
chmod 777 "/data/adb/service.d/.status.sh"
30+
chmod +x "/data/adb/service.d/.status.sh"
3131
set_perm_recursive "$MODPATH" 0 0 0755 0644
3232
ui_print ""
3333
ui_print "[*] Installation complete!"

0 commit comments

Comments
 (0)