8 lines
No EOL
157 B
Bash
Executable file
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 |