Skip to content

Instantly share code, notes, and snippets.

@OrfeasZ
OrfeasZ / keybase.md
Created May 21, 2018 17:48
Keybase Identity Proof

Keybase proof

I hereby claim:

  • I am OrfeasZ on github.
  • I am orfeasz (https://keybase.io/orfeasz) on keybase.
  • I have a public key whose fingerprint is E631 09C0 006A 7A8E C74D C9A0 F124 25A1 F7C1 B82D

To claim this, I am signing this object:

#!/bin/sh
set -e
errors=$(/usr/local/php7/sbin/php-fpm --fpm-config /usr/local/php7/etc/php-fpm.conf -t 2>&1 | grep "\[ERROR\]" || true);
if [ -n "$errors" ]; then
echo "Please fix your configuration file…"
echo $errors
exit 1
fi
exit 0