mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +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
|
case $1 in
|
||||||
configure)
|
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
|
esac
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user