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
e7c8b141d8
commit
ea8ba9194d
2 changed files with 1 additions and 2 deletions
|
@ -113,7 +113,7 @@ fi
|
||||||
ynh_backup_if_checksum_is_different --file="$final_path/config.json"
|
ynh_backup_if_checksum_is_different --file="$final_path/config.json"
|
||||||
|
|
||||||
domain=$new_domain
|
domain=$new_domain
|
||||||
path=${new_path%/}
|
url_path=${new_path#/}
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.json.example" --destination="$final_path/config.json"
|
ynh_add_config --template="../conf/config.json.example" --destination="$final_path/config.json"
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,6 @@ fi
|
||||||
ynh_script_progression --message="Configuring a systemd service..." --weight=2
|
ynh_script_progression --message="Configuring a systemd service..." --weight=2
|
||||||
|
|
||||||
env_path="$PATH"
|
env_path="$PATH"
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_add_systemd_config
|
ynh_add_systemd_config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue