From 30730a3ccc1903e738a71a018440f8b7b1291e24 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 3 Mar 2011 20:17:05 +0100 Subject: [PATCH] +add suse support to explorer "os" Signed-off-by: Nico Schottelius --- conf/explorer/os | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/explorer/os b/conf/explorer/os index 41d70545..ce2d9c80 100755 --- a/conf/explorer/os +++ b/conf/explorer/os @@ -36,5 +36,7 @@ fi [ -f /etc/redhat-release ] && echo redhat +[ -f /etc/SuSE-release ] && echo suse + # ensure correct exit, otherwise other explorer won't get started exit 0