You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/08 02:32:35 UTC

[GitHub] [dolphinscheduler] tracehh commented on pull request #6733: [Fix] Executing install.sh failed when ${password} and others contain @

tracehh commented on pull request #6733:
URL: https://github.com/apache/dolphinscheduler/pull/6733#issuecomment-962759382


   1. sed -i ${txt} "s@^spring.datasource.password=.*@spring.datasource.password=${password}@g" conf/datasource.properties
   2. ${password}  is qwer@1234
   Then one more @
   
   while  sed -i ${txt} "s/^spring.datasource.password=.*/spring.datasource.password=${password}/g"  and  ${password}  is  qwer/1234, the same error


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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