Merge pull request #187 from netflash/master

install: fixed typo in comment
This commit is contained in:
Sameer Naik 2014-10-24 08:46:56 +05:30
commit 93bde04a1b

View File

@ -103,7 +103,7 @@ sed 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
sed 's/UsePrivilegeSeparation yes/UsePrivilegeSeparation no/' -i /etc/ssh/sshd_config
echo "UseDNS no" >> /etc/ssh/sshd_config
# move supervisord.log file to /var/log/redmine/supervisor/
# move supervisord.log file to /var/log/gitlab/supervisor/
sed 's|^logfile=.*|logfile=/var/log/gitlab/supervisor/supervisord.log ;|' -i /etc/supervisor/supervisord.conf
# move nginx logs to /var/log/gitlab/nginx