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.