Skip to content

Commit

Permalink
Add missing escapes for double quotes inside of double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Myers authored and Dylan-M committed Oct 25, 2024
1 parent 1e2a73a commit 62a63a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ display_results()
info "Stop Command: $(fg_cyan "sudo service observiq-otel-collector stop")$(reset)"
info "Status Command: $(fg_cyan "sudo service observiq-otel-collector status")$(reset)"
elif [ "$SVC_PRE" = "mkssys" ]; then
info "Start Command: $(fg_cyan "sudo startsrc -s observiq-otel-collector -a start -e "$(cat /opt/observiq-otel-collector/observiq-otel-collector.env)"")$(reset)"
info "Start Command: $(fg_cyan "sudo startsrc -s observiq-otel-collector -a start -e \"\$(cat /opt/observiq-otel-collector/observiq-otel-collector.env)\"")$(reset)"
info "Stop Command: $(fg_cyan "sudo stopsrc -s observiq-otel-collector")$(reset)"
info "Status Command: $(fg_cyan "sudo lssrc -s observiq-otel-collector")$(reset)"
fi
Expand Down

0 comments on commit 62a63a9

Please sign in to comment.