Skip to content

Commit

Permalink
Ignore non-existent sysinit functions
Browse files Browse the repository at this point in the history
  • Loading branch information
klightspeed committed Aug 9, 2022
1 parent 5ca9446 commit e0c053c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/lsb/arkdaemon
Expand Up @@ -11,6 +11,7 @@
### END INIT INFO

# Using the lsb functions to perform the operations.
# shellcheck source=/dev/null
. /lib/lsb/init-functions

# Global variables
Expand Down
1 change: 1 addition & 0 deletions tools/redhat/arkdaemon
Expand Up @@ -21,6 +21,7 @@
### END INIT INFO

# Using the lsb functions to perform the operations.
# shellcheck source=/dev/null
. /etc/rc.d/init.d/functions

# Global variables
Expand Down

0 comments on commit e0c053c

Please sign in to comment.