Weird… yep, after ./update.sh.
EDIT: at the end of update.sh, we have rm -rf ~/update/*, so if the script is running from ‘~/update/200218’, one would get errors. I do see that just prior to that, we’re doing cd /home/we/maiden + other stuff, so theoretically, we should still be in /home/we/maiden, but I Am Not A Bash Expert, and bash is weird and fickle 
EDIT: Honestly, it’s probably just me. I have a lot of prompt stuff going on, and tons of aliases and functions in bash’s environment, so it’s likely that there’s a race condition between where the script thinks it is and where bash thinks it is etc…