Disable HW4F_DESKTOP_DISK2

This commit is contained in:
rockstable 2022-12-11 11:38:01 +01:00
parent 328ad3ec85
commit b78dc2903b
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ diskcount="$(wc -w <<< "$disklist")"
if ifclass HW4F_DESKTOP \
&& [ $diskcount > 1 ]; then
echo "Second disk found."
newclasses="HW4F_DESKTOP_DISK2"
echo "Adding class 'HW4F_DESKTOP_DISK2' currently disabled."
#newclasses="HW4F_DESKTOP_DISK2"
fi