blob: cdebbc8d6e5d9da7de0d11df416374369c4caa5c [file] [log] [blame]
#!/bin/bash
cd /opt/app/cass_init
if [ -e dat.gz ]; then
tar -xvf dat.gz
else
echo "No data files"
fi