Relink the modules directory as well as the lib directory. (#260)

This commit is contained in:
Sadie Powell 2024-04-04 16:47:48 +01:00 committed by GitHub
parent 0c5c91368a
commit 61ae4bcf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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