6 lines
163 B
Bash
6 lines
163 B
Bash
mrepo=https://git.ictmaatwerk.com/VPS-scripts/MariaDB
|
|
mbranch=master
|
|
if [ -z ${password+x} ]; then echo 'Error $password is not set'; fi
|
|
|
|
unset mrepo
|
|
unset mbranch |