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

danscore_multiplot_2 expects configfile at $HOME/ricopili.conf and not at $RPHOME/ricopili.conf #67

Open
beeemT opened this issue Sep 30, 2019 · 0 comments

Comments

@beeemT
Copy link

beeemT commented Sep 30, 2019

danscore_multiplot_2 expects the config file to be located at $HOME/ricopili.conf

my $conf_file = $ENV{HOME}."/ricopili.conf";

Instead it should be located at $RPHOME/ricopili.conf.
my $conf_file = $ENV{RPHOME}."/ricopili.conf";

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

1 participant