https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36517 Bug ID: 36517 Summary: Fix output from install_plugins.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz To recreate in KTD: Edit koha-conf.xml and duplicate the <pluginsdir> line: sudo vim /etc/koha/sites/kohadev/koha-conf.xml <pluginsdir>/var/lib/koha/kohadev/plugins</pluginsdir> <!-- This entry can be repeated to use multiple directories --> <pluginsdir>/var/lib/koha/kohadev/plugins</pluginsdir> <!-- This entry can be repeated to use multiple directories --> Then cd into the "koha" directory and run the script. It will look like this: root@kohadevbox:kohadevbox$ cd /kohadevbox/koha root@kohadevbox:koha$ perl misc/devel/install_plugins.pl No plugins found pluginsdir contains: /var/lib/koha/kohadev/plugins\n/var/lib/koha/kohadev/pluginskoha-plugin-librisld/root@kohadevbox:koha$ Note there is a literal \n between the two directories listed, and no newline after the last directory. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.