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

Script ./install.sh does not work if adding mqtt as parameter #575

Open
andreasg86 opened this issue Jan 29, 2023 · 1 comment
Open

Script ./install.sh does not work if adding mqtt as parameter #575

andreasg86 opened this issue Jan 29, 2023 · 1 comment
Assignees

Comments

@andreasg86
Copy link

On the wiki on page:
https://wiki.volkszaehler.org/software/controller/vzlogger/installation_cpp-version#systemd_startscript
there is recommended to use to following instruction
./install.sh mqtt

But the script does not install vzlogger and the other stuff.

The problem is, that if no argument (-z) will be given to the install.sh script every component will be installed, except "mqtt". That's ok.
But if you add any component to the shell script, for example "./install sh mqtt" then "-z" is not fulfilled and the other components of vzlogger (except mqtt) won't be installed.

@J-A-U J-A-U self-assigned this Jan 29, 2023
@J-A-U
Copy link
Collaborator

J-A-U commented Jan 29, 2023

I changed the Wiki for workaround. Use ./install.sh vzlogger libjson libsml mqtt for a complete installation.

For the team: Maybe we don't want to exclude mqtt anymore?

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

No branches or pull requests

2 participants