Read a config file, eh
This commit is contained in:
parent
6915e702cf
commit
bf537f8f0c
@ -8,6 +8,10 @@ main() {
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f /etc/default/thinkfan-confgen ]]; then
|
||||||
|
source /etc/default/thinkfan-confgen
|
||||||
|
fi
|
||||||
|
|
||||||
: "${THINKFAN_LOWER_BOUND:=30}"
|
: "${THINKFAN_LOWER_BOUND:=30}"
|
||||||
: "${THINKFAN_STEP:=4}"
|
: "${THINKFAN_STEP:=4}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user