kezhenxu94 commented on issue #10511: URL: https://github.com/apache/dolphinscheduler/issues/10511#issuecomment-1160302112
Hi @Chris-Arith , please remove the quotes in your path, `installPath=~/dolphinscheduler`, not `installPath="~/dolphinscheduler"`, or use `installPath="$HOME/dolphinscheduler"`, `~` won't be expanded when in double quote. -- 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]
