aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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