From 9dd5011c0af0a99e1848ba61931937962079c2fd Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:10:30 +0200 Subject: [PATCH] try if in config_panel --- config_panel.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 062c3ff..9f5e899 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,6 +6,12 @@ version = "1.0" +if [ $registration == "0" ]; then + registration="true" +else + registration="false" +fi + [main] name.en = "Main configuration" name.fr = "Configuration principale"