We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aedd9d commit cc03bf6Copy full SHA for cc03bf6
files/initrd/opt/arc/arc-functions.sh
@@ -254,8 +254,6 @@ function arcVersion() {
254
initConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}"
255
if [ "$(find "/sys/devices/platform/" -name "temp1_input" | grep -E 'coretemp|k10temp' | sed -n 's|.*/\(hwmon.*\/temp1_input\).*|\1|p' | wc -l)" -gt 0 ]; then
256
initConfigKey "addons.fancontrol" "" "${USER_CONFIG_FILE}"
257
- else
258
- initConfigKey "addons.sensors" "" "${USER_CONFIG_FILE}"
259
fi
260
else
261
initConfigKey "addons.vmtools" "" "${USER_CONFIG_FILE}"
0 commit comments