File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ if [ "$apache" = 'yes' ]; then
579579fi
580580
581581# Installing MariaDB repo
582- if [ " $mysql " = ' yes' ] && [ " $release " != " 20.04 " ] ; then
582+ if [ " $mysql " = ' yes' ]; then
583583 echo " (*) MariaDB"
584584 echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/$mariadb_v /$VERSION $codename main" > $apt /mariadb.list
585585 APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
13701370# ----------------------------------------------------------#
13711371
13721372if [ " $named " = ' yes' ]; then
1373- echo " (*) Configuring Bind DNS server..."
1373+ echo " (*) Configuring Bind DNS server..."
13741374 cp -f $HESTIA_INSTALL_DIR /bind/named.conf /etc/bind/
13751375 cp -f $HESTIA_INSTALL_DIR /bind/named.conf.options /etc/bind/
13761376 chown root:bind /etc/bind/named.conf
You can’t perform that action at this time.
0 commit comments