Use printf rather than echo when writing default.vcl
echo -e isn't in POSIX so it's not supported by all shells. Use printf instead of echo to work around this.
Showing
Please register or sign in to comment
echo -e isn't in POSIX so it's not supported by all shells. Use printf instead of echo to work around this.