Fix conditions

This commit is contained in:
rockstable 2022-12-11 22:30:06 +01:00
parent fcdcda156d
commit c110bfe31b
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ EOF
fi
if ifclass HW4F_DESKTOP_DISK2 \
&& [ "$diskcount" -gt 1 ]; then
if ifclass HW4F_DESKTOP_DISK2 && \
[ -d "/media/zusatz" ]; then
$ROOTCMD chown -Rc "$username:$username" /media/zusatz
fi