mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-09 12:06:09 +01:00
oops, should have local Java
This commit is contained in:
parent
bbd46a763c
commit
c5ae5bb06a
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ final class TermuxInstaller {
|
||||||
if (storageDir.exists()) {
|
if (storageDir.exists()) {
|
||||||
try {
|
try {
|
||||||
deleteFolder(storageDir);
|
deleteFolder(storageDir);
|
||||||
} catch (e) {
|
} catch (Exception e) {
|
||||||
Log.e(LOG_TAG, "Could not delete old $HOME/storage, " + e.getMessage);
|
Log.e(LOG_TAG, "Could not delete old $HOME/storage, " + e.getMessage);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue