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
157 B
Bash
Raw Normal View History

#!/bin/bash
2023-07-14 07:38:01 +00:00
WEB_IP=""
WEB_PORT=""
echo "Downloading the scripts..."
2023-07-14 07:38:01 +00:00
wget "$WEB_IP":"$WEB_PORT"/database/initial.sql
wget "$WEB_IP":"$WEB_PORT"/user-mgmt.sh