mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
8 lines
127 B
Bash
8 lines
127 B
Bash
#!/bin/sh
|
|
|
|
CDIR=`dirname $0`
|
|
|
|
. $CDIR/mariadb.conf
|
|
|
|
if [ "x$MARIADB_ENABLED" != "x0" ]; then echo mariadb mariadb_dump.sql; fi
|