mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 07:49:52 +00:00
Relink the modules directory as well as the lib directory. (#260)
This commit is contained in:
@ -132,6 +132,9 @@ class AnopeController(BaseServicesController, DirectoryBasedController):
|
||||
|
||||
# Config and code need to be in the same directory, *obviously*
|
||||
(self.directory / "lib").symlink_to(Path(services_path).parent.parent / "lib")
|
||||
(self.directory / "modules").symlink_to(
|
||||
Path(services_path).parent.parent / "modules"
|
||||
)
|
||||
|
||||
self.proc = subprocess.Popen(
|
||||
[
|
||||
|
Reference in New Issue
Block a user