X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=systemd%2Ffinalize-bootstrap.sh;h=019338ec93531d1e9a6e59b45c0c2fc5ec137c3c;hb=972df96690f76f42d4351686c75bc8e5d1b2cb31;hp=f2b12bc0d4ac1bd8a81fa39f46e4dd5d1f5d595d;hpb=74a49ba6ef2ea715fa492db0bcd85c30398688e8;p=ta%2Finfra-ansible.git 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