vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.64k stars 4.15k forks source link

🙏 #1271

Closed alwaei closed 4 years ago

alwaei commented 4 years ago

Describe the bug The last line of ./deploy-as-systemd.sh is missing cnode or cnode.service when calling systemctl enable.

To Reproduce Steps to reproduce the behavior:

  1. Follow the Guild Operators guide to setup as a systemd service and not use docker
  2. Run ./deplpy-as-systemd.sh step
  3. See error "Too few arguments".
  4. Verify that cnode.service is installed systemctl status cnode.service
  5. Verify that cnode.service is not enabled systemctl is-enabled cnode.service

Expected behavior That the script will install cnode.service and enable it.

Version:

Additional context I created a fork of the repository and submitted a Pull Request #459 to resolve the issue.

Originally posted by @TrevorBenson in https://github.com/cardano-community/guild-operators/issues/460

vue-bot commented 4 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!