diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-01-05 17:11:01 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-01-05 17:11:01 -0600 |
commit | 170ce2624a98952e6eb871cd9915c7c1b76ab887 (patch) | |
tree | a2785569b6b2dd36297d97fe1ebb73fe5d51bd48 /sh | |
parent | 9a6698876af1c7563ae7a3237111fc43cf4f5bda (diff) |
typo fix
Diffstat (limited to 'sh')
-rw-r--r-- | sh/openrc-run.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in index 06f46908..5c84af45 100644 --- a/sh/openrc-run.sh.in +++ b/sh/openrc-run.sh.in @@ -256,7 +256,7 @@ for _cmd; do # Apply any ulimit defined if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then - eerror "${RC_SVCNAME: unable to apply RC_ULIMIT settings" + eerror "${RC_SVCNAME}: unable to apply RC_ULIMIT settings" fi fi # Apply cgroups settings if defined |