From 7cbcaa422d347ce250d49a90aa2a34784e713973 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 20 Dec 2019 11:38:01 +0000 Subject: [PATCH] Removed WebServ spesific config Removed WebServ spesific config since this will be handeld by main installer --- preconf.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/preconf.sh b/preconf.sh index 9106109..e766e09 100644 --- a/preconf.sh +++ b/preconf.sh @@ -18,12 +18,5 @@ $PKGM update wget -q -t7 https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb -O /tmp/mysql-apt-conf.deb dpkg -i /tmp/mysql-apt-conf.deb > $OUTPUT 2>&1 - -#Running Spesific WebPReconf - -if curl --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/"$webserv"-preconf.sh; then - source <(curl -s "$repo"/raw/branch/"$branch"/"$webserv"-preconf.sh) -fi - unset mrepo unset mbranch \ No newline at end of file