Don't change recursively

This commit is contained in:
rockstable 2022-12-11 22:36:25 +01:00
parent 2bf374a31e
commit 523f7e33ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ EOF
fi
if ifclass HW4F_DESKTOP_DISK2; then
$ROOTCMD chown -Rc "$username:$username" /media/zusatz
$ROOTCMD chown -c "$username:$username" /media/zusatz
fi