From b3f4a69af036ae36b0e846083bca95394bde33e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 7 Mar 2018 04:46:14 -0300 Subject: Minor fix --- chromium-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium-profile') diff --git a/chromium-profile b/chromium-profile index b2a4226..662e48e 100755 --- a/chromium-profile +++ b/chromium-profile @@ -26,7 +26,7 @@ if [ -z "$1" ]; then exit 1 fi -if which chromium 2> /dev/null; then +if which chromium &> /dev/null; then PROFILE="$BASE/$1" # Copy default profile if available, or start a new one -- cgit v1.2.3