From: cajus Date: Tue, 26 Jun 2007 16:03:32 +0000 (+0000) Subject: Updated script X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cf025c2f69d5e01243246b75e19f18c7c4beae14;p=gosa.git Updated script git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6706 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/scripts/start-gosa.sh b/contrib/scripts/start-gosa.sh index 3fb6d0051..446da5ec6 100755 --- a/contrib/scripts/start-gosa.sh +++ b/contrib/scripts/start-gosa.sh @@ -34,7 +34,11 @@ browser=$result if [ ! -d $HOME/.mozilla/$browser/*.gosa ]; then echo "No browser profile found for GOsa - creating one..." $browser -CreateProfile gosa - config=`echo $HOME/.mozilla/$browser/*.gosa/` + if [ "$browser" == "iceweasel" ]; then + config=`echo $HOME/.mozilla/firefox/*.gosa/` + else + config=`echo $HOME/.mozilla/$browser/*.gosa/` + fi cat << EOF > $config/prefs.js # Mozilla User Preferences