Fix bad copy paste

This commit is contained in:
Maniack Crudelis 2018-10-17 00:11:08 +02:00 committed by GitHub
parent 743bc0d436
commit 2840531cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ ynh_remove_logrotate () {
#
ynh_add_systemd_config () {
# 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 template
# Manage arguments with getopts