diff options
Diffstat (limited to 'auth/auth-cass')
-rw-r--r-- | auth/auth-cass/docker/dinstall.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/auth/auth-cass/docker/dinstall.sh b/auth/auth-cass/docker/dinstall.sh index 86976a09..cfbf8730 100644 --- a/auth/auth-cass/docker/dinstall.sh +++ b/auth/auth-cass/docker/dinstall.sh @@ -29,8 +29,7 @@ echo "cp the following files to /opt/app/cass_init dir on aaf_cass" ls ../src/main/cql docker cp "../src/main/cql/." aaf_cass:/opt/app/cass_init echo "The following files are on /opt/app/cass_init dir on aaf_cass" -docker exec -it aaf_cass 'ls /opt/app/cass_init' - +docker exec -it aaf_cass ls /opt/app/cass_init echo "Docker Installed Basic Cassandra on aaf_cass. Executing the following " echo "NOTE: This creator provided is only a Single Instance. For more complex Cassandra, create independently" @@ -43,7 +42,7 @@ echo "" echo "The following will give you a temporary identity with which to start working, or emergency" echo " cqlsh -u root -p root -f temp_identity.cql" echo "Sleeping for 20 seconds" - +sleep 20 echo "Create Keyspaces and Tables" docker exec -it aaf_cass bash -c '\ cd /opt/app/cass_init; \ |