From a1a9d08608424cf969fcfbda8c64740d77db5e71 Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 4 Mar 2014 16:37:04 +0100 Subject: enable set backend name in config.sh --- 4store-install | 2 +- config.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/4store-install b/4store-install index 12650dc..4f70582 100755 --- a/4store-install +++ b/4store-install @@ -47,4 +47,4 @@ notify # return to wd cd $DIR . ./utils.sh -cmd="$FST/bin/4s-backend-setup opentox" && run_cmd "$cmd" "Create 'opentox' 4store backend" +cmd="$FST/bin/4s-backend-setup $BACKEND_NAME" && run_cmd "$cmd" "Create '$BACKEND_NAME' 4store backend" diff --git a/config.sh b/config.sh index e5072e9..d1efbd7 100755 --- a/config.sh +++ b/config.sh @@ -29,6 +29,9 @@ FOUR_STORE_URL="http://4store.org/download" # 4) Server settings. #OHM_PORT="6379" # set to port (no colon) +# 5) Backend name. +BACKEND_NAME="opentox" + # Done. ### Nothing to gain from changes below this line. -- cgit v1.2.3