Changes
Page history
Update Post Install Setup
authored
Nov 16, 2023
by
Erik von Reis
Hide whitespace changes
Inline
Side-by-side
Post-Install-Setup.md
View page @
60cb5db8
...
@@ -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
```
```
...
...
...
...