empty php postinst

This commit is contained in:
dpeca 2019-07-14 04:21:00 +02:00 committed by GitHub
commit 8ac896f2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# Run triggers only on updates # Run triggers only on updates
if [ -e /usr/local/vesta/ioncube/ioncube.sh ]; then # if [ -e /usr/local/vesta/ioncube/ioncube.sh ]; then
/usr/local/vesta/ioncube/ioncube.sh add # /usr/local/vesta/ioncube/ioncube.sh add
fi # fi
exit 0 exit 0