adb-permissions.bash: print -> printf to fix complaint about not found command

This commit is contained in:
Aminda Suomalainen 2024-07-07 06:47:23 +03:00
parent 7a0b4e9e6a
commit bc36f0b8f3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ adb "$@" shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SE
sleep 5
#adb "$@" reboot
print "Performance issues? adb shell top -b | head"
printf "Performance issues? adb shell top -b | head\n"
set +x