Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Fix stupid bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengberd committed Jun 17, 2016
1 parent 3279f47 commit 84aeb7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public void run()
try
{
installBusybox();
Runtime.getRuntime().exec("../busybox tar zxf nukkit_library.tar.gz",new String[0],new File(ServerUtils.getAppDirectory()+"/java")).waitFor();
Runtime.getRuntime().exec("./busybox tar zxf php7.tar.gz",new String[0],new File(ServerUtils.getAppDirectory())).waitFor();
new File(ServerUtils.getAppDirectory()+"/php7.tar.gz").delete();
toast(R.string.message_install_success);
}
Expand Down

0 comments on commit 84aeb7a

Please sign in to comment.