From ce3789d72c00091d11b093d516dd95edcb6dbeb2 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 16 Oct 2021 20:48:52 -0400 Subject: [PATCH] Remove debugging statement from postinst --- files_for_build/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/files_for_build/postinst b/files_for_build/postinst index e741c7a..b4381bf 100644 --- a/files_for_build/postinst +++ b/files_for_build/postinst @@ -40,7 +40,6 @@ chown opensrf:opensrf /var/lock/apache2 # start apache2 systemctl start apache2.service sleep 2 -echo "exiting fixup_apache" } init_db() -- 2.11.0