need a little fix in /home/cpi/.bashrc
remove bottom part of .bashrc
, starts at this line to the end
if [ -f /tmp/autologin ]
....
Replace with:
if [ -f ~/launcher/.cpirc ]; then
. ~/launcher/.cpirc
fi
In os v0.21 image, we changed ~/.bashrc