From fa7e46cc65d0063c839fd4495b893b67760e3630 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Mar 2019 10:30:20 -0300 Subject: Fix firefox CreateProfile syntax --- firefox-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3