Skip to content
Snippets Groups Projects
Commit 93ca7dde authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Error management in debian package

parent 91f930e1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ set -e
db_version 2.0
echo Run the config script
echo Run the dolibarr config script
# Rotate old configuration
if [ "$1" = "reconfigure" ] ; then
......
......@@ -21,7 +21,7 @@ set -e
db_version 2.0
echo Run the postinst script
echo Run the dolibarr postinst script
case "$1" in
configure)
......
......@@ -21,7 +21,7 @@ set -e
db_version 2.0
echo Run the postrm script
echo Run the dolibarr postrm script
#echo "postrm db_get dolibarr/webserver"
# We disable set -e to avoid premature end of script if error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment