aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-05-23 23:10:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-05-23 23:10:44 -0300
commit0354255a97fa2fb52853ada69318ee5b00c716ce (patch)
tree5c6f5c8a2038b6d7752c8211fa58dd38cef9b714 /firefox-profile
parente11927ea01589319d5d790f82ff39fdbd7fe440b (diff)
downloadutils-x11-0354255a97fa2fb52853ada69318ee5b00c716ce.tar.gz
utils-x11-0354255a97fa2fb52853ada69318ee5b00c716ce.tar.bz2
Use -new-instance instead of -no-remote and firefox-profile
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