Update Post Install Setup authored by Erik von Reis's avatar Erik von Reis
......@@ -204,6 +204,8 @@ At the top of ```/home/controls/.bashrc``` add
if [ -e /etc/advligorts/env ]; then
source /etc/advligorts/env
fi
umask 0002
```
# finish user groups
......
......