]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/commitdiff
- kill hung-up firefox process before starting new one
authorshadzik <shadzik@pld-linux.org>
Sun, 4 Apr 2010 03:33:57 +0000 (03:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-bin.sh -> 1.4

mozilla-firefox-bin.sh

index 45e1487912ab6afa02e49eef34442b636dcd07ad..3d6e8e1d0b758643b558013d16dd9c68640e6b79 100644 (file)
@@ -55,6 +55,7 @@ else
                if [ -f "`pwd`/$1" ]; then
                        exec $FIREFOX "file://`pwd`/$1"
                else
+                       pkill -f mozilla-firefox-bin
                        exec $FIREFOX "$@"
                fi
        else
This page took 0.047593 seconds and 4 git commands to generate.