Skip to content

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

@beeemT

Description

@beeemT

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions