Search before asking
What happened
sed -i ${txt} "s@^spring.datasource.password=.*@spring.datasource.password=${password}@g" conf/datasource.properties
when ${password} is qwer@1234
What you expected to happen
Executing sed -i is not error
How to reproduce
Set password qwer@1234 in install_config.conf, then execute install.sh
Anything else
No response
Are you willing to submit PR?
Code of Conduct