From 64c6ce4e5eefd25640e9fff2feb3f0bcc5a38e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 5 Jan 2024 15:42:00 +0100 Subject: [PATCH] Fix config_panel --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index b13bd5c..857c103 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -14,4 +14,4 @@ name = "Settings" yes = '1' no = '' help = "Would you like to allow visitors to register and create an account?" - bind = "signup:/opt/yunohost/__APP__/server.js" \ No newline at end of file + bind = "signup:/var/www/__APP__/server.js"