We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce45ae8 commit f1b2e49Copy full SHA for f1b2e49
start
@@ -6,7 +6,7 @@ docker stop refinery-weak-supervisor > /dev/null 2>&1
6
echo -ne '\t [done]\n'
7
8
INFERENCE_DIR=${PWD%/*}/dev-setup/inference/
9
-if [ ! -d "$_DIR" ]
+if [ ! -d "$INFERENCE_DIR" ]
10
then
11
INFERENCE_DIR=${PWD%/*/*}/dev-setup/inference/
12
if [ ! -d "$INFERENCE_DIR" ]
0 commit comments