blob: 754fc9ad7a0c66c485fbb5b44cdf0745509eae8a [file]
#!/bin/bash
log() {
echo "$(date '+%Y-%m-%d %H:%M:%S') - $1"
}
# ================================
# Shutdown the Airavata Server
# ================================
log "Stopping the Airavata Server..."
./airavata-server-0.21-SNAPSHOT/bin/airavata.sh stop
log "Airavata Server stopped."