Hide the output of that upgrade away in the var/log directory.

This commit is contained in:
Andrew McMillan 2010-04-19 21:37:31 +12:00
parent 24acfd5d32
commit c7883bbd53

View File

@ -22,7 +22,7 @@ case $1 in
configure)
# Attempt to run the database upgrade script with default
# settings, but ignore any possible failure.
/usr/share/davical/dba/update-davical-database || true
/usr/share/davical/dba/update-davical-database > /var/log/davical-upgrade.log 2>&1 || true
;;
esac