2022-01-30 11:58:37 +00:00
|
|
|
(
|
|
|
|
while [ "$(getprop sys.boot_completed)" != "1" ] && [ ! -d "/storage/emulated/0/Android" ]; do
|
|
|
|
sleep 1
|
|
|
|
done
|
|
|
|
|
|
|
|
rm -rf /data/media/0/dnscrypt-proxy
|
|
|
|
rm -rf /mnt/runtime/default/emulated/0/dnscrypt-proxy
|
|
|
|
rm -rf /mnt/runtime/full/emulated/0/dnscrypt-proxy
|
|
|
|
rm -rf /mnt/runtime/read/emulated/0/dnscrypt-proxy
|
|
|
|
rm -rf /mnt/runtime/write/emulated/0/dnscrypt-proxy
|
|
|
|
rm -rf /sdcard/dnscrypt-proxy
|
2022-01-29 11:54:51 +00:00
|
|
|
rm -rf /storage/emulated/0/dnscrypt-proxy
|
2022-01-30 11:58:37 +00:00
|
|
|
rm -rf /storage/self/primary/dnscrypt-proxy
|
|
|
|
|
|
|
|
)&
|