Remove debugging statement from postinst
authorChris Sharp <csharp@georgialibraries.org>
Sun, 17 Oct 2021 00:48:52 +0000 (20:48 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Oct 2021 00:48:52 +0000 (20:48 -0400)
files_for_build/postinst

index e741c7a..b4381bf 100644 (file)
@@ -40,7 +40,6 @@ chown opensrf:opensrf /var/lock/apache2
 # start apache2
 systemctl start apache2.service
 sleep 2
-echo "exiting fixup_apache"
 }
 
 init_db()