summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/algorithm-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/algorithm-install b/bin/algorithm-install
index 07ef24a..72ef052 100755
--- a/bin/algorithm-install
+++ b/bin/algorithm-install
@@ -16,7 +16,7 @@ read delete_me
# check wd is root of service
DIR=`pwd`
-if echo $DIR | grep "algorithm/bin" >/dev/null 2>&1 ; then cd ..; fi
+if echo $DIR | grep "$SELF/bin" >/dev/null 2>&1 ; then cd ..; fi
# # # Boot the script