Browse Source

Supress output of mariadb key import.

Raphael Schneeberger 7 years ago
parent
commit
3e74fb5ae3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -507,7 +507,7 @@ fi
 
 # Installing MariaDB repo
 echo "deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt/mariadb.list
-apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
+apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 1>&- 2>&-
 
 # Installing hestia repo
 echo "deb https://$RHOST/ $codename main" > $apt/hestia.list