mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
11 lines
170 B
Bash
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 "$@" |