Skip to content

Commit

Permalink
Merge pull request #85 from NethServer/feat-pecb-sdl
Browse files Browse the repository at this point in the history
Add AdminMail to migration with default value NethServer/dev#6984
  • Loading branch information
stephdl authored Sep 20, 2024
2 parents d0ce3cc + 7e3a5d3 commit ce2cc96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ while ! ns8-action --attach "module/${MODULE_INSTANCE_ID}" configure-module "$(
--arg hostname "${WEBTOP_VHOST}" \
--arg mail_domain "$(hostname -d)" \
--arg mail_module "${MAIL_INSTANCE_ID}" \
--arg AdminMail "$(/sbin/e-smith/config getprop webtop-pecbridge AdminMail)" \
'.props | {
"hostname": $hostname,
"mail_module": $mail_module,
"mail_domain": $mail_domain,
"timezone": .DefaultTimezone,
"locale": .DefaultLocale,
"pecbridge_admin_mail": $AdminMail,
"webapp": {
"debug": (.Debug == "true"),
"min_memory": (.MinMemory | tonumber),
Expand Down

0 comments on commit ce2cc96

Please sign in to comment.