From d24a5171c2f22cfc384442872077baae14b303df Mon Sep 17 00:00:00 2001 From: Raf Czlonka Date: Wed, 25 Mar 2020 20:03:41 +0000 Subject: [PATCH] chown -> chmod --- tools/openbsd/attach | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/openbsd/attach b/tools/openbsd/attach index 01ab73ec0..71af72a01 100755 --- a/tools/openbsd/attach +++ b/tools/openbsd/attach @@ -12,7 +12,7 @@ case $DEVCLASS in chown _cups:_saned /dev/"$DEVNAME".* && chmod 660 /dev/"$DEVNAME".* chown _cups:_saned /dev/"$BUSNAME" && - chown 660 /dev/"$BUSNAME" + chmod 660 /dev/"$BUSNAME" ;; esac ;;