Add motd_ssh and customize function call to freeipa-install.sh

forgot that it should be called in this bash script
pull/3828/head
Raisal P Wardana 10 months ago committed by GitHub
parent 793e20bef4
commit cdefdf8337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      install/freeipa-install.sh

@ -47,3 +47,6 @@ msg_ok "Configured FreeIPA"
msg_info "Starting FreeIPA services"
$STD systemctl enable --now ipa
msg_ok "Started FreeIPA services"
motd_ssh
customize

Loading…
Cancel
Save