Skip to content

Commit dcf0daa

Browse files
committed
fixes #202
1 parent a405386 commit dcf0daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rapp_scripts/setup/8_mysql_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
# Setup sources list
3737
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
38+
sudo apt-get install -y -qq mysql-client mysql-server
3939
sudo apt-get install -y -qq python-mysqldb &> /dev/null
4040

4141
if [ $# -eq 1 ]; then

0 commit comments

Comments
 (0)