mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix bad copy paste
This commit is contained in:
parent
743bc0d436
commit
2840531cf4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ ynh_remove_logrotate () {
|
||||||
#
|
#
|
||||||
ynh_add_systemd_config () {
|
ynh_add_systemd_config () {
|
||||||
# Declare an array to define the options of this helper.
|
# Declare an array to define the options of this helper.
|
||||||
declare -Ar args_array=( [s]=service= [t]=template )
|
declare -Ar args_array=( [s]=service= [t]=template= )
|
||||||
local service
|
local service
|
||||||
local template
|
local template
|
||||||
# Manage arguments with getopts
|
# Manage arguments with getopts
|
||||||
|
|
Loading…
Add table
Reference in a new issue