Indentation typo

This commit is contained in:
Alexandre Aubin 2018-09-02 18:02:32 +02:00 committed by GitHub
parent 36fd98e020
commit 26fe3d8c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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