summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-16 16:33:55 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-16 16:33:59 -0500
commit3da03fdb4afd2992756ed9e9d52cd6f404ed0535 (patch)
tree193950034e4ab992b3fe07d2312d12120d66fa5a
parente66f42815faa85c1511c3f8f853f1a173aa14df7 (diff)
Version Cass
Issue-ID: AAF-557 Change-Id: Id9d61ca2abb429718c6b010cd894d71d4a83ccae Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--auth/auth-cass/cass_init/cmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-cass/cass_init/cmd.sh b/auth/auth-cass/cass_init/cmd.sh
index 891c8915..b939cc52 100644
--- a/auth/auth-cass/cass_init/cmd.sh
+++ b/auth/auth-cass/cass_init/cmd.sh
@@ -3,7 +3,7 @@
# Engage normal Cass Init, then check for data installation
#
DIR="/opt/app/aaf/status"
-INSTALLED_VERSION=/opt/app/aaf/cass_init/INSTALLED_VERSION
+INSTALLED_VERSION=/var/lib/cassandra/AAF_VERSION
if [ ! -e /aaf_cmd ]; then
ln -s /opt/app/aaf/cass_init/cmd.sh /aaf_cmd