gitlab: indentation fix

This commit is contained in:
Sameer Naik 2013-12-17 15:43:00 +05:30
parent 28dde21ce9
commit bb2aca04e3

View File

@ -38,7 +38,7 @@ EOF
# initialize MySQL data directory
if [ ! -d /var/lib/mysql/mysql ]; then
mysql_install_db --user=mysql
fi
fi
# make sure /var/lib/mysql/ has the right permissions in case it is mounted as a volume.
chown -R mysql:mysql /var/lib/mysql