From 17f255dac561b20e67122ee3c1338384212d1752 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 10 Jan 2023 13:23:03 +0100 Subject: [PATCH] debian: regen ssowatconf during package upgrade --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 0dd1dedd0..7b4b0bca5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -24,6 +24,7 @@ do_configure() { fi else echo "Regenerating configuration, this might take a while..." + yunohost app ssowatconf yunohost tools regen-conf --output-as none echo "Launching migrations..."