summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-15 10:33:34 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-15 10:33:34 +0300
commit289cbaef8c5c5a1d69dba06b6713cd1b2441d42e (patch)
treebdde259c8ca5a1fcc502d0e5ddfc2bdd2f626fc1
parentee21918a0c49e032814b115c31e878026224241a (diff)
Fixed Path.
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/4store-install b/4store-install
index 6eebff7..c87c2d9 100755
--- a/4store-install
+++ b/4store-install
@@ -46,4 +46,4 @@ notify
# return to wd
cd $DIR
. ./utils.sh
-cmd="$HOME/opentox-ruby/4S/bin/4s-backend-setup opentox" && run_cmd "$cmd" "Create 'opentox' 4store backend"
+cmd="$FST/bin/4s-backend-setup opentox" && run_cmd "$cmd" "Create 'opentox' 4store backend"