From 5f15f5bbf612adc48c3db5fa643ea7066c1389c0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 9 Dec 2021 15:06:46 -0600 Subject: [PATCH] remove the init part for now --- binder/start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binder/start b/binder/start index 963faa2fc..9c284c4fd 100755 --- a/binder/start +++ b/binder/start @@ -1,7 +1,7 @@ #!/bin/bash -pushd binder -./init & -popd +# pushd binder +# ./init & +# popd exec "$@" \ No newline at end of file