This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
user-mgmt/download-script.sh

8 lines
No EOL
157 B
Bash
Executable file

#!/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