X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=systemd%2Ffinalize-bootstrap.sh;h=019338ec93531d1e9a6e59b45c0c2fc5ec137c3c;hp=f2b12bc0d4ac1bd8a81fa39f46e4dd5d1f5d595d;hb=972df96690f76f42d4351686c75bc8e5d1b2cb31;hpb=86e9056a7ee8ec41856edb13b72273951edb3d87 diff --git a/systemd/finalize-bootstrap.sh b/systemd/finalize-bootstrap.sh index f2b12bc..019338e 100644 --- a/systemd/finalize-bootstrap.sh +++ b/systemd/finalize-bootstrap.sh @@ -26,8 +26,11 @@ if [ ! -f /etc/performance-nodes/dpdk.enabled ] then if has_kernel_parameters_changed; then + systemctl set-environment _INSTALLATION_SUCCESS='failed' log_installation_failure else + systemctl set-environment _INSTALLATION_SUCCESS='success' log_installation_success fi + systemctl start report-installation-success.service --no-block fi