From: Michael Gebetsroither Date: Tue, 17 Jan 2006 22:39:29 +0000 (+0100) Subject: added isGrml() X-Git-Tag: 1.02.07 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=0a61c9117f0796c317645f7f9e14f38652e51d67;hp=d26437c14538af2c8af01b43b6f3e61c236bc380;p=grml-shlib.git added isGrml() --- diff --git a/sh-lib b/sh-lib index 9896f71..51c2e79 100644 --- a/sh-lib +++ b/sh-lib @@ -306,6 +306,16 @@ function checkRoot checkId 0 "$1" "$2" } +function isGrml +{ + if [ -f /etc/grml_version ] ; then + dprint "isGrml(): this seems to be a grml system" + return 0 + else + dprint "isGrml(): this is not a grml system" + return 1 + fi +} function runsFromHd {