From 3da03fdb4afd2992756ed9e9d52cd6f404ed0535 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 16 Oct 2018 16:33:55 -0500 Subject: Version Cass Issue-ID: AAF-557 Change-Id: Id9d61ca2abb429718c6b010cd894d71d4a83ccae Signed-off-by: Instrumental --- auth/auth-cass/cass_init/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/auth-cass/cass_init') 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 -- cgit 1.2.3-korg