mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Attempt to run the database update on upgrade, but ignore failure.
This commit is contained in:
parent
f8027e88e7
commit
24acfd5d32
3
debian/davical.postinst
vendored
3
debian/davical.postinst
vendored
@ -20,6 +20,9 @@ fi
|
||||
|
||||
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
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user