Skip to content

Commit

Permalink
Fixes issue #66
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoder-001 committed May 29, 2022
1 parent 296c59e commit bcda3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MineColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
" !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64\n",
" !chmod +x cloudflared-linux-amd64\n",
" print('Starting server...')\n",
" !./cloudflared-linux-amd64 tunnel --url tcp://127.0.0.1:25565 | java $memory_allocation $server_flags -jar $jar_name nogui\n"
" !./cloudflared-linux-amd64 tunnel --url tcp://127.0.0.1:25565 & java $memory_allocation $server_flags -jar $jar_name nogui\n"
],
"execution_count": null,
"outputs": []
Expand Down Expand Up @@ -318,4 +318,4 @@
"outputs": []
}
]
}
}

0 comments on commit bcda3d6

Please sign in to comment.