summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 922752f..fd17d98 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -152,7 +152,8 @@ then
fi
# check to see if there's an already running instance or not
-ALREADY_RUNNING=`check_running`
+#ALREADY_RUNNING=`check_running`
+ALREADY_RUNNING="0"
# If there is no command line argument at all then try to open a new
# window in an already running instance.
bgstack15