Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-06-20 22:52:25 +0300
committerGitHub <noreply@github.com>2017-06-20 22:52:25 +0300
commit0af929a6c6b932423bed76618bbb32afcbd1e8f8 (patch)
tree45417afbbfed25daa3d3d2f19c60a9ad53f661ea /apps
parent592c394c46e3984fd92d6eaa02b841b53f734d8a (diff)
[WIP] change to mariadb (#274)
Diffstat (limited to 'apps')
-rw-r--r--apps/phpmyadmin_install_ubuntu16.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/phpmyadmin_install_ubuntu16.sh b/apps/phpmyadmin_install_ubuntu16.sh
index 3c13e875..7c8ad251 100644
--- a/apps/phpmyadmin_install_ubuntu16.sh
+++ b/apps/phpmyadmin_install_ubuntu16.sh
@@ -54,9 +54,9 @@ echo
# Install phpmyadmin
echo "phpmyadmin phpmyadmin/dbconfig-install boolean true" | debconf-set-selections
-echo "phpmyadmin phpmyadmin/app-password-confirm password $MYSQLMYCNFPASS" | debconf-set-selections
-echo "phpmyadmin phpmyadmin/mysql/admin-pass password $MYSQLMYCNFPASS" | debconf-set-selections
-echo "phpmyadmin phpmyadmin/mysql/app-pass password $MYSQLMYCNFPASS" | debconf-set-selections
+echo "phpmyadmin phpmyadmin/app-password-confirm password $MARIADBMYCNFPASS" | debconf-set-selections
+echo "phpmyadmin phpmyadmin/mysql/admin-pass password $MARIADBMYCNFPASS" | debconf-set-selections
+echo "phpmyadmin phpmyadmin/mysql/app-pass password $MARIADBMYCNFPASS" | debconf-set-selections
echo "phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2" | debconf-set-selections
apt update -q4 & spinner_loading
apt install -y -q \