From: kremlin Date: Sat, 11 Feb 2017 04:45:36 +0000 (-0600) Subject: chgrp is not usermod (doh) X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=bbb-usb.git;a=commitdiff_plain;h=84d236f1fa90194eabc7b27d3126a7a22869d372 chgrp is not usermod (doh) --- 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"