From: Chris Sharp Date: Wed, 13 Apr 2016 18:41:08 +0000 (-0400) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d82f418f4fc3b831062bab85b0696d445f6556c8;p=contrib%2Fpines.git typo --- diff --git a/install-eg/install_eg.sh b/install-eg/install_eg.sh index 8643476..4244e4e 100755 --- a/install-eg/install_eg.sh +++ b/install-eg/install_eg.sh @@ -183,7 +183,7 @@ perl Open-ILS/src/support-scripts/eg_db_config --update-config \ SetupLogging () { cd $EG_SOURCE_DIR -cp OpenILS/examples/evergreen-rsyslog.conf /etc/rsyslog.d/ +cp Open-ILS/examples/evergreen-rsyslog.conf /etc/rsyslog.d/ restart rsyslog echo -e "log_destination = 'syslog'\nsyslog_facility = 'LOCAL3'\nsyslog_ident = 'postgres'" >> /etc/postgresql/9.3/main/postgresql.conf /etc/init.d/postgresql reload