#!/bin/bash mongosh --quiet create_user.js cu=$? if [ $cu = 0 ]; then echo "" echo "\t+++ CGR-DB successfully set-up! +++" echo "" exit 0 fi