#!/bin/sh
set -eu
export LD_LIBRARY_PATH="/opt/openphotos/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec /opt/openphotos/bin/ffprobe.real "$@"
