diff options
| -rwxr-xr-x | chromium-profile | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
