[Web] Allow to use data/web/css/build/0081-custom-mailcow.css for ignored overrides
This commit is contained in:
@@ -106,6 +106,9 @@ for domain in "${DOMAIN_ARR[@]}"; do
|
||||
done
|
||||
fi
|
||||
|
||||
# Create dummy for custom overrides of mailcow style
|
||||
[[ ! -f /web/css/build/0081-custom-mailcow.css ]] && echo '/* Autogenerated by mailcow */' > /web/css/build/0081-custom-mailcow.css
|
||||
|
||||
# Set API options if env vars are not empty
|
||||
|
||||
if [[ ${API_ALLOW_FROM} != "invalid" ]] && \
|
||||
|
Reference in New Issue
Block a user