mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-31 13:39:25 +00:00
Hide the output of that upgrade away in the var/log directory.
This commit is contained in:
parent
24acfd5d32
commit
c7883bbd53
2
debian/davical.postinst
vendored
2
debian/davical.postinst
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user