From 24df053806f9deaf72245077df4c0b3237e9e060 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 11 Feb 2025 16:50:18 +0100 Subject: [PATCH] shared functions: update in comment block --- inc_pluginfunctions | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inc_pluginfunctions b/inc_pluginfunctions index 8b7a9fd..bd10286 100644 --- a/inc_pluginfunctions +++ b/inc_pluginfunctions @@ -100,7 +100,13 @@ function ph.exit(){ # ---------------------------------------------------------------------- # detect LINUX DISTRO as lowercase -# returns one of centos|debian|ubuntu|... +# returns string; one of ... +# almalinux +# centos +# debian +# manjaro +# rocky +# ubuntu function ph.getOS(){ local distro= -- GitLab