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