index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 3 |
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 |