From 22cff38bbb700dedc904b771b3af8b481259d10a Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 5 Sep 2018 19:57:11 +0200 Subject: [PATCH] Revert Indentation typo It's part of the syntax --- data/helpers.d/backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/backend b/data/helpers.d/backend index 48031d415..94e26350c 100644 --- a/data/helpers.d/backend +++ b/data/helpers.d/backend @@ -34,7 +34,7 @@ ynh_use_logrotate () { local su_directive="" if [[ -n $user_group ]]; then su_directive=" # Run logorotate as specific user - group - su ${user_group%/*} ${user_group#*/}" + su ${user_group%/*} ${user_group#*/}" fi cat > ./${app}-logrotate << EOF # Build a config file for logrotate