Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to use {} around the environment variables #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brianjmurrell
Copy link

Without the ${VARIABLE} syntax the variables are not properly expanded and chown
ends up returning an error:

Aug 02 08:01:28 pc.interlinx.bc.ca systemd[1]: Starting OSPF routing daemon...
Aug 02 08:01:28 pc.interlinx.bc.ca chown[11949]: /bin/chown: missing operand after ‘/etc/quagga/ospfd.conf’
Aug 02 08:01:28 pc.interlinx.bc.ca chown[11949]: Try '/bin/chown --help' for more information.
Aug 02 08:01:28 pc.interlinx.bc.ca systemd[1]: Started OSPF routing daemon.

Without the ${VARIABLE} syntax the variables are not properly expanded and chown
ends up returning an error:

Aug 02 08:01:28 pc.interlinx.bc.ca systemd[1]: Starting OSPF routing daemon...
Aug 02 08:01:28 pc.interlinx.bc.ca chown[11949]: /bin/chown: missing operand after ‘/etc/quagga/ospfd.conf’
Aug 02 08:01:28 pc.interlinx.bc.ca chown[11949]: Try '/bin/chown --help' for more information.
Aug 02 08:01:28 pc.interlinx.bc.ca systemd[1]: Started OSPF routing daemon.
@linydquantil
Copy link

zebra.service This file also needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants