mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Revert Indentation typo
It's part of the syntax
This commit is contained in:
parent
26fe3d8c95
commit
22cff38bbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue