X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=bbb-usb.git;a=blobdiff_plain;f=misc%2Fperms.sh;h=387d4ac6ed59a4e46277ad62e5594d53a5157928;hp=db63db236667843102a50db973c2771144019553;hb=84d236f1fa90194eabc7b27d3126a7a22869d372;hpb=40fb98b7b84c3d97eeae26a91cf215c3deac1ce3 diff --git a/misc/perms.sh b/misc/perms.sh index db63db2..387d4ac 100755 --- a/misc/perms.sh +++ b/misc/perms.sh @@ -10,7 +10,7 @@ elif [[ ${#} -ne 2 ]]; then fi set -e -chgrp -G wsrc $1 +usermod -G wsrc $1 chmod -R g+rwx /usr/src echo "permissions set -- relogin"