From 465c42b1be5a8d26907b3bf94e216245671a0192 Mon Sep 17 00:00:00 2001 From: Camille Lafitte Date: Thu, 12 Dec 2024 14:34:01 +0100 Subject: [PATCH] [fix] Exit is quit script not an end function * Halt function and not all script process --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b98dcfd..2520b29 100644 --- a/debian/postinst +++ b/debian/postinst @@ -87,7 +87,7 @@ function generate_domains_type() { #If any php, nothing to do if [[ -z "${php_list}" ]]; then - exit 0; + return 0; fi for php_version in $php_list