Stirling-PDF/scripts/init-without-ocr.sh
Anthony Stirling d59cb18666 init docker
2024-12-09 18:18:16 +00:00

11 lines
170 B
Bash

#!/bin/bash
if [[ "$FAT_DOCKER" != "true" ]]; then
/scripts/download-security-jar.sh
fi
if [[ -n "$LANGS" ]]; then
/scripts/installFonts.sh $LANGS
fi
exec "$@"