chengshiwen commented on code in PR #11018:
URL: https://github.com/apache/dolphinscheduler/pull/11018#discussion_r923336763


##########
script/env/install_env.sh:
##########
@@ -59,3 +59,6 @@ deployUser=${deployUser:-"dolphinscheduler"}
 
 # The root of zookeeper, for now DolphinScheduler default registry server is 
zookeeper.
 zkRoot=${zkRoot:-"/dolphinscheduler"}
+
+#whether the installation user has sudo permission
+sudoEnable=${sudoEnable:-"true"}

Review Comment:
   Considering the code style, It would be better to use `# whether` instead of 
`#whether`



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to