1
0
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. ()

This commit is contained in:
Sadie Powell
2024-04-04 16:47:48 +01:00
committed by GitHub
parent 0c5c91368a
commit 61ae4bcf9e

@ -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(
[