mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
Fix
This commit is contained in:
parent
46381861a5
commit
e7c8b141d8
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"protocolUseSSL": true,
|
||||
"domain": "__DOMAIN__",
|
||||
"port": "__PORT__",
|
||||
"urlPath": "__PATH__",
|
||||
"urlPath": "__URL_PATH__",
|
||||
"loglevel": "info",
|
||||
"useCDN": false,
|
||||
"allowGravatar": false,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue