mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
7 lines
69 B
Text
7 lines
69 B
Text
|
#!/bin/sh
|
||
|
|
||
|
PATH=$PATH:$MYSQL_BASE_DIR/bin
|
||
|
export PATH
|
||
|
|
||
|
testBackup $*
|