From c9022a9d175f1e607bb133d64c25bfd78dfe48e4 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 11 Feb 2025 16:50:45 +0100 Subject: [PATCH] reboot: on unknown distro show additional hint --- check_reboot_required | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_reboot_required b/check_reboot_required index 4b00ad7..4fad651 100755 --- a/check_reboot_required +++ b/check_reboot_required @@ -130,7 +130,8 @@ case $distro in ;; *) - ph.abort "UNKNOWN: distro [$distro] was detected but is not supported (yet)." + ph.setStatus "unknown" + ph.status "distro [$distro] was detected but is not supported (yet)." echo "If your distro is based on Arch, Centos or Debian then it easily can be added in the script. Report the distro name to the author." ;; esac -- GitLab