aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-04-22 17:50:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-04-22 17:50:39 -0300
commit0f5a56a4650ed25accbafadb37b52e8a5713b0c5 (patch)
treefd74ed5022982c4eca5111b67ec324a05ada8063
parent03c4d598a20dfbccf9e3421cb87908f313938278 (diff)
downloadutils-x11-0f5a56a4650ed25accbafadb37b52e8a5713b0c5.tar.gz
utils-x11-0f5a56a4650ed25accbafadb37b52e8a5713b0c5.tar.bz2
Adds -no-remote into firefox -CreateProfile
-rwxr-xr-xfirefox-profile2
1 files changed, 1 insertions, 1 deletions
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