Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfengling committed Jul 28, 2016
1 parent e4fb5c3 commit 861f5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgminer/files/cgminer.avalon6.init
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ start() {
fi

# Make sure udevd run before cgminer start
[ ! -d /run ] && mkdir -p /run
UDEVDCNT=`pidof udevd | wc -w`
if [ "$UDEVDCNT" == "0" ]; then
mkdir -p /run
udevd --daemon
fi

Expand Down

0 comments on commit 861f5e2

Please sign in to comment.