|
@@ -106,6 +106,9 @@ for domain in "${DOMAIN_ARR[@]}"; do
|
|
done
|
|
done
|
|
fi
|
|
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
|
|
# Set API options if env vars are not empty
|
|
|
|
|
|
if [[ ${API_ALLOW_FROM} != "invalid" ]] && \
|
|
if [[ ${API_ALLOW_FROM} != "invalid" ]] && \
|