Skip to content
Snippets Groups Projects
Commit c9022a9d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

reboot: on unknown distro show additional hint

parent 24df0538
No related branches found
No related tags found
1 merge request!295Simple task/7546 icinga check für ablaufende gitlab tokens
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment