From 323b6914e0a530a80da27848b87e1313d5a59bcc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 9 Oct 2022 11:30:57 +0200 Subject: [PATCH] typo --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index b594a71..2f1d9a5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -188,12 +188,12 @@ fi #================================================= ynh_script_progression --message="Updating a configuration file..." --weight=2 -# Configure Galene +# Configure Galène ynh_add_config --template="../conf/config.json" --destination="$final_path/live/data/config.json" chmod 400 "$final_path/live/data/config.json" chown $app:$app "$final_path/live/data/config.json" -# Configure Galene LDAP +# Configure Galène LDAP # If key doesn't exist, create it if [ -z "$key" ]; then key=$(jose jwk gen -i '{"kty":"oct","alg":"HS256"}')