distribution/packages/sysutils/system-utils/sources/scripts/fancontrol
2023-10-23 22:53:27 +00:00

12 lines
387 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/fewtarius)
###
### Fan Control now redirects to the quirk device/bin/fancontrol
### so we don't need to have multiple variants in /usr/bin.
###
. /etc/profile
"/usr/lib/autostart/quirks/devices/${QUIRK_DEVICE}/bin/fancontrol" $*