[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 9e67c1ede429420e101b5271adb55bf5dc1735ea

The branch, master has been updated via 9e67c1ede429420e101b5271adb55bf5dc1735ea (commit) from 0eab5f885825e8eaca8ac8b930718325683cc9ad (commit) - Log ----------------------------------------------------------------- commit 9e67c1ede429420e101b5271adb55bf5dc1735ea Author: Michal Čihař <michal@cihar.com> Date: Sat Jul 9 11:25:14 2011 +0200 Copy crash log in case of failure ----------------------------------------------------------------------- Summary of changes: website/pma-web | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/website/pma-web b/website/pma-web index 6ec5aee..5a3171d 100755 --- a/website/pma-web +++ b/website/pma-web @@ -4,6 +4,8 @@ set -e error_handler() { if [ -f crash.log ] ; then cat crash.log + cat crash.log >> render.log + scp render.log web.sourceforge.net:htdocs/home_page/ fi } trap error_handler INT QUIT EXIT hooks/post-receive -- phpMyAdmin scripts
participants (1)
-
Michal Čihař