diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 14:43:58 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-19 16:15:45 -0500 |
commit | 083a7eb21620467ae1f7d5ba9341e12f75f9cc41 (patch) | |
tree | 879fac95d39059e52f6139dbebe64ddb784aa9c0 /auth/auth-cass/cass_init | |
parent | bd83422565ec450d26bea2a3112ef6b5285d20ca (diff) |
minor 2.1.20 changes
Update versions to 2.1.20
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
Diffstat (limited to 'auth/auth-cass/cass_init')
-rw-r--r-- | auth/auth-cass/cass_init/cmd.sh | 2 |
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 d9120872..7569440f 100644 --- a/auth/auth-cass/cass_init/cmd.sh +++ b/auth/auth-cass/cass_init/cmd.sh @@ -117,7 +117,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 "casablanca" > $INSTALLED_VERSION + echo "frankfurt" > $INSTALLED_VERSION else echo "Cassandra DB already includes 'authz' keyspace" fi |