From 8ac896f2ae0c34ebd5c98f103225b7279ef0400e Mon Sep 17 00:00:00 2001 From: dpeca Date: Sun, 14 Jul 2019 04:21:00 +0200 Subject: [PATCH] empty php postinst --- src/deb/php/postinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deb/php/postinst b/src/deb/php/postinst index c9b3b1d2..212f2328 100755 --- a/src/deb/php/postinst +++ b/src/deb/php/postinst @@ -1,8 +1,8 @@ #!/bin/bash # Run triggers only on updates -if [ -e /usr/local/vesta/ioncube/ioncube.sh ]; then - /usr/local/vesta/ioncube/ioncube.sh add -fi +# if [ -e /usr/local/vesta/ioncube/ioncube.sh ]; then +# /usr/local/vesta/ioncube/ioncube.sh add +# fi exit 0