From f9e1669091b394dbf36ee2abc5a0b2da6841a496 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 26 Feb 2024 02:43:48 +0100 Subject: [PATCH] remove example comment --- scripts/config | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/config b/scripts/config index 939cfdb..583970e 100644 --- a/scripts/config +++ b/scripts/config @@ -1,12 +1,4 @@ #!/bin/bash -# In simple cases, you don't need a config script. - -# With a simple config_panel.toml, you can write in the app settings, in the -# upstream config file or replace complete files (logo ...) and restart services. - -# The config scripts allows you to go further, to handle specific cases -# (validation of several interdependent fields, specific getter/setter for a value, -# display dynamic informations or choices, pre-loading of config type .cube... ). #================================================= # IMPORT GENERIC HELPERS