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