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

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 7, 2020
1 parent 09f82eb commit 2e25ce0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions lib/init/rc.boot
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/bin/sh
# shellcheck disable=1090,1091

[ "$(id -u)" = 0 ] || {
printf 'must be root\n'
exit 1
}

. /usr/lib/init/rc.lib

PATH=/usr/bin:/usr/sbin
Expand Down
5 changes: 0 additions & 5 deletions lib/init/rc.shutdown
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/bin/sh
# shellcheck disable=1090,1091

[ "$(id -u)" = 0 ] || {
printf 'must be root\n'
exit 1
}

. /usr/lib/init/rc.lib

log "Loading rc.conf settings..."; {
Expand Down

0 comments on commit 2e25ce0

Please sign in to comment.