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