Revert Indentation typo

It's part of the syntax
This commit is contained in:
Maniack Crudelis 2018-09-05 19:57:11 +02:00 committed by GitHub
parent 26fe3d8c95
commit 22cff38bbb
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="" local su_directive=""
if [[ -n $user_group ]]; then if [[ -n $user_group ]]; then
su_directive=" # Run logorotate as specific user - group su_directive=" # Run logorotate as specific user - group
su ${user_group%/*} ${user_group#*/}" su ${user_group%/*} ${user_group#*/}"
fi fi
cat > ./${app}-logrotate << EOF # Build a config file for logrotate cat > ./${app}-logrotate << EOF # Build a config file for logrotate