aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-03-09 10:30:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-03-09 10:30:20 -0300
commitfa7e46cc65d0063c839fd4495b893b67760e3630 (patch)
treebabbb088fa5a4d11ae7dab67bce0d7fa9e55e11d
parent680515174b70fe23122bebc1a9c5d70642f59f07 (diff)
downloadutils-x11-fa7e46cc65d0063c839fd4495b893b67760e3630.tar.gz
utils-x11-fa7e46cc65d0063c839fd4495b893b67760e3630.tar.bz2
Fix firefox CreateProfile syntax
-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