Skip to content

Commit 6cf5854

Browse files
(misc) this is why we can't have nice things
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 3769aca commit 6cf5854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/fox2code/mmm/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
106106
public static String updateCheckBg;
107107

108108
static {
109-
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR).setTimeout(15).setInitializers(InstallerInitializer.class));
109+
Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR | Shell.FLAG_MOUNT_MASTER).setTimeout(15).setInitializers(InstallerInitializer.class));
110110
Random random = new Random();
111111
do {
112112
secret = random.nextLong();

0 commit comments

Comments
 (0)