mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix template variable in ynh_add_systemd_config
Merged as a micro decision, as it's only a small mistake.
This commit is contained in:
parent
55f19c7dcd
commit
76e1c2e395
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ ynh_add_systemd_config () {
|
|||
# Manage arguments with getopts
|
||||
ynh_handle_getopts_args "$@"
|
||||
local service="${service:-$app}"
|
||||
local template="${nonappend:-systemd.service}"
|
||||
local template="${template:-systemd.service}"
|
||||
|
||||
finalsystemdconf="/etc/systemd/system/$service.service"
|
||||
ynh_backup_if_checksum_is_different --file="$finalsystemdconf"
|
||||
|
|
Loading…
Add table
Reference in a new issue