diff --git a/configure.sh b/configure.sh index 9bb4b47..14e4c32 100755 --- a/configure.sh +++ b/configure.sh @@ -191,6 +191,7 @@ configure_theming() { #execute_occ_command theming:config favicon "${FAVICON_DIR}/favicon.ico" execute_occ_command config:app:set theming backgroundMime --value backgroundColor execute_occ_command theming:config url "" + execute_occ_command config:app:set settings display_documentation_link --type boolean --value false # Set homepage URL if configured _ionos_homepage=$(execute_occ_command config:system:get ionos_homepage)