diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-15 02:52:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-15 02:52:16 +0300 |
commit | 2d0d61910930a787a521bd0df989407de37800ac (patch) | |
tree | 3283b9a7d77a95b2c8e7aa8a16ad5099c34b7e8d | |
parent | eaa92d11e390dd62990f65076dfe943676b34ff4 (diff) | |
download | init-2d0d61910930a787a521bd0df989407de37800ac.tar.gz |
rc.boot: fix typo
-rwxr-xr-x | rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ out "Loading sysctl settings..."; { /etc/sysctl.conf; do [ -f "$conf" ] || continue - out "Appling $conf ..." + out "Applying $conf ..." sysctl -p "$conf" done } |