Update Post Install Setup authored by Erik von Reis's avatar Erik von Reis
...@@ -201,10 +201,12 @@ export RCG_LIB_PATH=${USERAPPS_LIB_PATH:-$RCG_LIB_PATH} ...@@ -201,10 +201,12 @@ export RCG_LIB_PATH=${USERAPPS_LIB_PATH:-$RCG_LIB_PATH}
At the top of ```/home/controls/.bashrc``` add At the top of ```/home/controls/.bashrc``` add
``` ```
# add CDS environment
if [ -e /etc/advligorts/env ]; then if [ -e /etc/advligorts/env ]; then
source /etc/advligorts/env source /etc/advligorts/env
fi fi
# ensure new files are group writeable
umask 0002 umask 0002
``` ```
... ...
......