Skip to content

Commit

Permalink
Adding perl path for shrinker script
Browse files Browse the repository at this point in the history
  • Loading branch information
payal committed Aug 23, 2016
1 parent 67b053f commit 5a95e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pg_badger_send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ -n "${EMAIL_ADDRESS}" ]; then
echo "Subject: Pgbadger Report - ${YESTERDAY}"
echo
cat ${DESTINATION}/${LOCAL_SERVER}_log_report-${YESTERDAY}.html| \
/opt/pgtreats/tools/pgbadger-report-shrinker.pl
/opt/OMNIperl/bin/perl /opt/pgtreats/tools/pgbadger-report-shrinker.pl
) | /usr/sbin/sendmail -t

fi
Expand Down

0 comments on commit 5a95e36

Please sign in to comment.