From 0f5a56a4650ed25accbafadb37b52e8a5713b0c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 22 Apr 2019 17:50:39 -0300 Subject: Adds -no-remote into firefox -CreateProfile --- firefox-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox-profile b/firefox-profile index f7cee61..34380f2 100755 --- a/firefox-profile +++ b/firefox-profile @@ -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 -- cgit v1.2.3