From 15a65d5265ca0e19b5f34ce16afff979126bb7a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 24 Sep 2017 13:01:55 -0300 Subject: Arg fix at chromium-profile --- chromium-profile | 1 + 1 file changed, 1 insertion(+) (limited to 'chromium-profile') diff --git a/chromium-profile b/chromium-profile index c7fb573..513e615 100755 --- a/chromium-profile +++ b/chromium-profile @@ -10,6 +10,7 @@ if [ -z "$1" ]; then fi PROFILE="~/.config/chromium-profiles/$1" +shift if which chromium 2> /dev/null; then CHROMIUM_FLAGS="$CHROMIUM_FLAGS --enable-remote-extensions" chromium --user-data-dir="$PROFILE" $* -- cgit v1.2.3