Ver código fonte

include mariadb-client

Bob Mottram 7 anos atrás
pai
commit
9b2bbf2903
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-utils-database

+ 1
- 1
src/freedombone-utils-database Ver arquivo

@@ -145,7 +145,7 @@ function install_mariadb {
145 145
 
146 146
     debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
147 147
     debconf-set-selections <<< "mariadb-server mariadb-server/root_password_again password $MARIADB_PASSWORD"
148
-    apt-get -yq install mariadb-server
148
+    apt-get -yq install mariadb-server mariadb-client
149 149
     apt-get -yq remove --purge apache*
150 150
     if [ -d /etc/apache2 ]; then
151 151
         rm -rf /etc/apache2