]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Adds -no-remote into firefox -CreateProfile
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Apr 2019 20:50:39 +0000 (17:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Apr 2019 20:50:39 +0000 (17:50 -0300)
firefox-profile

index f7cee61f40cef88e787cecc788407dd81a280e60..34380f266ebb3c125a1ae074015b5f5fffa7a328 100755 (executable)
@@ -18,7 +18,7 @@ if [ ! -z "$1" ] && [ "$1" == "private" ]; then
   firefox -private-window
 elif [ ! -z "$1" ]; then
   if [ ! -d "$PROFILES/$1" ]; then
-    firefox -CreateProfile "$1 $PROFILES/$1"
+    firefox -no-remote -CreateProfile "$1 $PROFILES/$1"
 
     if [ -d "$PROFILES/template" ] && [ "$1" != "template" ]; then
       rm -rf $PROFILES/$1 && cp -a $PROFILES/template $PROFILES/$1