From f0160fe0ce96bc64a23eee1a3215dab9da8f37a5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 10 Dec 2021 13:43:53 -0600 Subject: [PATCH] more cleanup --- binder/postBuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index c8e9ab425..4f9cbc217 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -7,14 +7,16 @@ pip install git+https://github.com/blink1073/mtools@pymongo-4 pip install -e ".[srv]" -yes | m $(cat binder/VERSION) +cd binder + +yes | m $(cat VERSION) m -./binder/init +./init -python ./binder/bootstrap.py +python ./bootstrap.py mlaunch kill -rm -rf ./binder/data \ No newline at end of file +rm -rf ./data \ No newline at end of file