From bb3bc9931b31efb2044dd18ec0ac00aa33e99e7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?A=2E=20T=C3=A4ffner?= <darkalex@firesplash.de>
Date: Thu, 21 Jan 2016 11:59:03 +0100
Subject: [PATCH] Oops... Cleanup

---
 install/tpl/config.sh.master | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 install/tpl/config.sh.master

diff --git a/install/tpl/config.sh.master b/install/tpl/config.sh.master
deleted file mode 100644
index d3e5710c66..0000000000
--- a/install/tpl/config.sh.master
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-#mysql
-dbase={mysql_server_database}
-dbhost={mysql_server_ip}
-dbuser={mysql_server_ispconfig_user}
-dbpass={mysql_server_ispconfig_password}
-
-bindpath=/etc/bind
-backuppath=$bindpath/backup
-curpath=`pwd`
-if [ -f /etc/gentoo-release ] ; then
-filespre="pri/"
-else
-filespre="pri."
-fi
-timenow=`/bin/date +"%Y%m%d-%H%M%S"`
-
-namedconf="$bindpath/named.conf.local"
-md5namedconf="$bindpath/named.conf.local.md5"
-- 
GitLab