aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-profile')
-rwxr-xr-xfirefox-profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-profile b/firefox-profile
index 8c06a5f..a995bde 100755
--- a/firefox-profile
+++ b/firefox-profile
@@ -3,7 +3,7 @@
#
if [ ! -z "$1" ]; then
- iceweasel -p $1 --no-remote &
+ iceweasel -p $1 -new-instance &
else
- iceweasel --profilemanager -no-remote
+ iceweasel --profilemanager -new-instance
fi