mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Merge pull request #258 from linuxserver/sessions
This commit is contained in:
commit
44544d05ee
@ -8,7 +8,9 @@ mkdir -p \
|
||||
/config/backups \
|
||||
/config/log/bookstack
|
||||
|
||||
rm -rf /config/www/framework/{cache,sessions,views}/*
|
||||
if [[ ! -f /tmp/dbwait.lock ]];then
|
||||
rm -rf /config/www/framework/{cache,sessions,views}/*
|
||||
fi
|
||||
|
||||
# check for .env and copy default if needed
|
||||
if [[ ! -f "/config/www/.env" ]] || [[ ! -s "/config/www/.env" ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user