Removed WebServ spesific config

Removed WebServ spesific config since this will be handeld by main installer
This commit is contained in:
2019-12-20 11:38:01 +00:00
parent 455f1dbcad
commit 7cbcaa422d

View File

@@ -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 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 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 mrepo
unset mbranch unset mbranch