run dokuwiki_configure_DOKU_INC on every startup (#23527)

Signed-off-by: Karsten Kosmala <kosmala@cosmocode.de>
This commit is contained in:
Karsten Kosmala 2023-02-14 10:04:53 +01:00 committed by GitHub
parent 094434767b
commit 013a399f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,6 @@ dokuwiki_initialize() {
web_server_stop
dokuwiki_enable_friendly_urls
fi
dokuwiki_configure_DOKU_INC
info "Persisting DokuWiki installation"
persist_app "$app_name" "$DOKUWIKI_DATA_TO_PERSIST"
@ -71,6 +70,7 @@ dokuwiki_initialize() {
info "Restoring persisted DokuWiki installation"
restore_persisted_app "$app_name" "$DOKUWIKI_DATA_TO_PERSIST"
fi
dokuwiki_configure_DOKU_INC
# Avoid exit code of previous commands to affect the result of this function
true