1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00
This commit is contained in:
ericgaspar 2022-02-01 13:23:34 +01:00
parent 46381861a5
commit e7c8b141d8
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"protocolUseSSL": true,
"domain": "__DOMAIN__",
"port": "__PORT__",
"urlPath": "__PATH__",
"urlPath": "__URL_PATH__",
"loglevel": "info",
"useCDN": false,
"allowGravatar": false,

View file

@ -134,7 +134,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Modifying a config file..." --weight=1
path=${path_url#/}
url_path=${path_url#/}
ynh_add_config --template="../conf/config.json.example" --destination="$final_path/config.json"
chmod 400 "$final_path/config.json"