From aaf424a10292dd30a9b1e8b9e7a87e91c13bef63 Mon Sep 17 00:00:00 2001 From: dimti Date: Wed, 7 Oct 2020 10:41:35 +0300 Subject: [PATCH] + databases var into example bash-config --- .gitignore | 1 + _config.sh | 2 -- example_config.sh | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 _config.sh create mode 100644 example_config.sh diff --git a/.gitignore b/.gitignore index c3041a7..680d39f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.log .*.cnf .idea +/_* diff --git a/_config.sh b/_config.sh deleted file mode 100644 index bb5d822..0000000 --- a/_config.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -log_file=replication.log diff --git a/example_config.sh b/example_config.sh new file mode 100644 index 0000000..be4fd54 --- /dev/null +++ b/example_config.sh @@ -0,0 +1,3 @@ +#!/bin/bash +log_file=replication.log +databases=( 'database1' 'database2' )