#!/bin/bash
WEB_IP=""
WEB_PORT=""
echo "Downloading the scripts..."
wget "$WEB_IP":"$WEB_PORT"/database/initial.sql
wget "$WEB_IP":"$WEB_PORT"/user-mgmt.sh