Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rc.boot: Fix sysctl --system. #15
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Apr 29, 2020
1 parent e6d5157 commit eb8a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ log "Loading sysctl settings..."; {
/usr/lib/sysctl.d/*.conf \
/etc/sysctl.conf; do

[ -f "$conf" ] || break
[ -f "$conf" ] || continue

seen="$seen ${conf##*/}"

Expand Down

0 comments on commit eb8a0d7

Please sign in to comment.