On Mon, 2018-02-26 at 08:43 +0000, Michael Neumann wrote: > i just updated from version 1.1.1 to 1.1.2 via npm. > > On the server I had some extension scripts in the folder > /usr/lib/node_modules/genieacs/config/ext/ > > During the update the folder was removed …. > > Is that the wrong place for extension scripts or is that an “issue” > from the npm installation?
I presume config.json was also deleted? In any case, you can keep your config files out of npm's installation direcotry by passing --config- dir command line option or GENIEACS_CONFIG_DIR environment variable. -- Zaid Abdulla <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
