2 lines
85 B
Bash
2 lines
85 B
Bash
|
#!/bin/bash
|
||
|
mariadb -u root -p$MARIADB_ROOT_PASSWORD -e "DROP DATABASE IF EXISTS $1;"
|