Skip to content
Snippets Groups Projects
Unverified Commit d8177d64 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #3508 from blocktrron/pr-bootcount

gluon-setup-mode: execute bootcount initscript in setup-mode
parents 0f66e109 5c064002
No related branches found
No related tags found
No related merge requests found
#!/bin/sh /etc/rc.common
# shellcheck disable=SC1091
if [ -x /etc/init.d/bootcount ] && /etc/init.d/bootcount enabled; then
. /etc/init.d/bootcount
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment