mobsf / scripts /qcluster.sh
franyer24's picture
Upload 491 files
e12cd0f verified
Raw
History Blame Contribute Delete
210 Bytes
#!/bin/bash
set -e
# wait for the database to be ready and migrations to be applied
echo "Waiting for the database to be ready..."
sleep 10
echo "Starting Django Q Cluster..."
exec python3 manage.py qcluster