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 ...@@ -204,6 +204,8 @@ At the top of ```/home/controls/.bashrc``` add
if [ -e /etc/advligorts/env ]; then if [ -e /etc/advligorts/env ]; then
source /etc/advligorts/env source /etc/advligorts/env
fi fi
umask 0002
``` ```
# finish user groups # finish user groups
... ...
......