From 82424f16cdcd65b34108a4a920f54af2f5d261ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Mart=C3=ADnez=20Ochoa?= Date: Sat, 7 Jul 2018 18:19:18 -0500 Subject: [PATCH] fixed login-www-data Changed folder owner causing login-www-data fails. --- lib/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install b/lib/install index 60e075e..be1ed91 100644 --- a/lib/install +++ b/lib/install @@ -487,7 +487,7 @@ mysql_tool() { sudo cp /var/www/$(conf_read tools-port)/htdocs/pma/config.sample.inc.php /var/www/$(conf_read tools-port)/htdocs/pma/config.inc.php sudo sed -i "/blowfish_secret/c \$cfg['blowfish_secret'] = '$(pwgen -s -1 32)';" /var/www/$(conf_read tools-port)/htdocs/pma/config.inc.php - sudo chown -R www-data:www-data /var/www/ + sudo chown -R www-data:www-data /var/www/$(conf_read tools-port)/htdocs/pma conf_write mysql-tool true echo "${gre}PhpMyAdmin has been installed successfully! ${end}"