We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a405386 commit dcf0daaCopy full SHA for dcf0daa
rapp_scripts/setup/8_mysql_install.sh
@@ -35,7 +35,7 @@ fi
35
36
# Setup sources list
37
echo -e "\e[1m\e[103m\e[31m [RAPP] MySQL install \e[0m"
38
-sudo apt-get install -y -qq mysql-client mysql-server &> /dev/null
+sudo apt-get install -y -qq mysql-client mysql-server
39
sudo apt-get install -y -qq python-mysqldb &> /dev/null
40
41
if [ $# -eq 1 ]; then
0 commit comments