mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
typo
This commit is contained in:
parent
96f7b2f397
commit
323b6914e0
1 changed files with 2 additions and 2 deletions
|
@ -188,12 +188,12 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..." --weight=2
|
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"
|
ynh_add_config --template="../conf/config.json" --destination="$final_path/live/data/config.json"
|
||||||
chmod 400 "$final_path/live/data/config.json"
|
chmod 400 "$final_path/live/data/config.json"
|
||||||
chown $app:$app "$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 key doesn't exist, create it
|
||||||
if [ -z "$key" ]; then
|
if [ -z "$key" ]; then
|
||||||
key=$(jose jwk gen -i '{"kty":"oct","alg":"HS256"}')
|
key=$(jose jwk gen -i '{"kty":"oct","alg":"HS256"}')
|
||||||
|
|
Loading…
Add table
Reference in a new issue