From 2d18d8e248d9a8333e65840f1a6e5005c4e81a44 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 16 Oct 2018 17:37:17 -0500 Subject: [PATCH 1/1] Version Cass to etc Issue-ID: AAF-557 Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57 Signed-off-by: Instrumental --- auth/auth-cass/cass_init/cmd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth-cass/cass_init/cmd.sh b/auth/auth-cass/cass_init/cmd.sh index b939cc52..0eb047f6 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=/var/lib/cassandra/AAF_VERSION +INSTALLED_VERSION=/etc/cassandra/AAF_VERSION if [ ! -e /aaf_cmd ]; then ln -s /opt/app/aaf/cass_init/cmd.sh /aaf_cmd @@ -82,7 +82,7 @@ function install_cql { echo "" echo "The following will give you a temporary identity with which to start working, or emergency" echo " cqlsh -f temp_identity.cql" - echo "2.1.15"> $INSTALLED_VERSION + echo "casablanca" > $INSTALLED_VERSION else echo "Cassandra DB already includes 'authz' keyspace" fi -- 2.16.6