summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sanity-check3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 601a940..9487726 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -395,7 +395,8 @@ while [ $# -gt 0 ]; do
if [ ${silence} -le 1 ]; then
printf '\nThere is something wrong with the database:\n'
cat "${webserver_directory}/mysql-sanity.html"
- fi
+ fi >> \
+ "${tmp_dir}/messages"
i_am_insane
fi