whiteboard: create required chrome directories on the fly

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-11-24 14:48:19 +01:00
parent 7661f45cce
commit e29d1408fe

View file

@ -6,6 +6,10 @@ while ! nc -z "$REDIS_HOST" 6379; do
sleep 5
done
# Create required directories
mkdir -p /tmp/chromium-runtime
mkdir -p /tmp/chrome-crashpad
# Set a default for redis db index
if [ -z "$REDIS_DB_INDEX" ]; then
REDIS_DB_INDEX=0