mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=$PATH:$MYSQL_BASE_DIR/bin
|
|
export PATH
|
|
|
|
testBackup $*
|