mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Update test init string
This commit is contained in:
parent
697ce2a9f6
commit
1b04bcb2c0
@ -35,6 +35,11 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
# Echo init finish for test runs
|
||||
if [ -n "${TEST_RUN}" ]; then
|
||||
echo '[ls.io-init] done.'
|
||||
fi
|
||||
|
||||
# Create API key if needed
|
||||
if [ ! -f "/config/BOOKSTACK_APP_KEY.txt" ];
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user