Skip to content

Problem with the installation script setup2.py #61

@ng-pe

Description

@ng-pe

Hello,
The installation script copies the wrong file, and causes an error.
"README.md" file is copied instead of "etc/pgbackman. log" file.

It is therefore necessary to replace (in data_files variable):
('/var/log/pgbackman',['README.md'])],
by:
(' /var/log/pgbackman',[' etc/pgbackman. log'])]),

(

('/var/log/pgbackman',['README.md'])],
)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions