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: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2F1.02.07;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 {