From: Silvio Rhatto Date: Mon, 22 Apr 2019 20:50:39 +0000 (-0300) Subject: Adds -no-remote into firefox -CreateProfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f5a56a4650ed25accbafadb37b52e8a5713b0c5;p=utils-x11.git Adds -no-remote into firefox -CreateProfile --- 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