rnewson commented on PR #182:
URL: https://github.com/apache/couchdb-pkg/pull/182#issuecomment-2754857914

   and change `sed -i "/^-name/c\-name ${nodename}" /opt/couchdb/etc/vm.args` 
to `sed -i "/^-name/c\-name '${nodename}'" /opt/couchdb/etc/vm.args`, I think? 
   
   that is, ensure `$nodename` has no single quotes before/after and then set a 
single pair when we rewrite the `-name` line.


-- 
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: notifications-unsubscr...@couchdb.apache.org

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

Reply via email to