pixelsdb / pixels

An efficient storage and compute engine for both on-prem and cloud-native data analytics.
GNU Affero General Public License v3.0
136 stars 35 forks source link

[pixels-turbo] wrong use of quotes in shell scripts #693

Closed gengdy1545 closed 2 months ago

gengdy1545 commented 2 months ago

In script file pixels-turbo\pixels-scaling-ec2\src\main\scripts\launch-script.sh, single quotes should be replaced with double quotes

# start trino node
# replace dummies in configurations
# ~/opt/trino-server/etc/config.properties replace coordinator-ip-dummy with the private ip of coordinator
sed -i 's/coordinator-ip-dummy/$coordinator_ip/g' /home/ubuntu/opt/trino-server/etc/config.properties
bianhq commented 2 months ago

Done.