So apparently, I can\'t source a script if that script is in the current directory. For example,
source
# source some/dir/script.sh Ok
Use an absolute path -- source /root/path/to/some/dir/script.sh -- should sort you.
source /root/path/to/some/dir/script.sh