aboutsummaryrefslogtreecommitdiff
path: root/firefox-profile
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-profile')
-rwxr-xr-xfirefox-profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-profile b/firefox-profile
index 2490c85..a738ede 100755
--- a/firefox-profile
+++ b/firefox-profile
@@ -18,7 +18,7 @@ if [ ! -z "$1" ] && [ "$1" != "template" ]; then
if [ -d "$PROFILES/$1" ]; then
firefox -p $1 -new-instance &
else
- firefox -CreateProfile $1 $PROFILES/$1
+ firefox -CreateProfile "$1 $PROFILES/$1"
if [ -d "$PROFILES/template" ]; then
rm -rf $PROFILES/$1 && cp -a $PROFILES/template $PROFILES/$1