Skip to content
Snippets Groups Projects
Commit 2aa9d3d9 authored by benedikt.kroening's avatar benedikt.kroening
Browse files

Added —if-needed flag to update-themes

parent 95afd2df
No related branches found
No related tags found
Loading
......@@ -138,7 +138,7 @@ if [ "$INSTALL_DOCUMENTS" = true ] ; then
# Updating UI themes if script exists
if [[ -f /opt/open-xchange/appsuite/share/update-themes.sh ]]; then
/opt/open-xchange/appsuite/share/update-themes.sh
/opt/open-xchange/appsuite/share/update-themes.sh --if-needed
fi
fi
......
......@@ -145,7 +145,7 @@ if [ "$INSTALL_GUARD" = true ] ; then
# Updating UI themes if script exists
if [[ -f /opt/open-xchange/appsuite/share/update-themes.sh ]]; then
/opt/open-xchange/appsuite/share/update-themes.sh
/opt/open-xchange/appsuite/share/update-themes.sh -if-needed
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment