You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/27 09:58:31 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #4156: '[[' syntax works in bash, but is undefined in the default shell. '[[: not found' exception will raise in some cases.

imay commented on a change in pull request #4156:
URL: https://github.com/apache/incubator-doris/pull/4156#discussion_r460780023



##########
File path: docs/en/installing/install-deploy.md
##########
@@ -149,7 +149,7 @@ BROKER does not currently have, nor does it need, priority\ networks. Broker's s
 
 * Start FE
 
-	`sh bin/start_fe.sh --daemon`
+	`bash bin/start_fe.sh --daemon`

Review comment:
       I see that start_fe.sh has '#!/usr/bin/env bash'. So system will use bash call this shell.
   So I think following will be better.
   ```suggestion
   	`./bin/start_fe.sh --daemon`
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org