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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to