#!/bin/bash
source functions.sh

install_db
install_data
cd $MOODLEDIR


if $MOOSHCMD user-export testteacher | grep "User testteacher successfully downloaded"; then
  exit 0
else
  exit 1
fi
