mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 13:06:53 +00:00
whiteboard: create required chrome directories on the fly
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7661f45cce
commit
e29d1408fe
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue