Fix installing snmp (#552)

pull/555/head 1.5.5
Michele Locati 2022-03-29 09:02:42 +02:00 committed by GitHub
parent bc638d23a0
commit 581a0d0fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2256,6 +2256,7 @@ EOF
esac
;;
esac
php -r 'return;' >/dev/null 2>/dev/null || true
installBundledModule_errAfter="$(php -r 'return;' 2>&1 || true)"
if test "$installBundledModule_errAfter" != "$installBundledModule_errBefore"; then
printf 'PHP has problems after installing the "%s" extension:\n%s\n' "$1" "$installBundledModule_errAfter" >&2