Skip to content

Commit cc03bf6

Browse files
committed
arc-functions: modify to match latest changes
Signed-off-by: AuxXxilium <[email protected]>
1 parent 0aedd9d commit cc03bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/initrd/opt/arc/arc-functions.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ function arcVersion() {
254254
initConfigKey "addons.powersched" "" "${USER_CONFIG_FILE}"
255255
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
256256
initConfigKey "addons.fancontrol" "" "${USER_CONFIG_FILE}"
257-
else
258-
initConfigKey "addons.sensors" "" "${USER_CONFIG_FILE}"
259257
fi
260258
else
261259
initConfigKey "addons.vmtools" "" "${USER_CONFIG_FILE}"

0 commit comments

Comments
 (0)