Simplify condition

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

View File

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