Running command make deploy (and make run(??)) sends an error /deploy.sh: source: not found.
It is because link /bin/sh refers to /bin/dash instead of /bin/bash on my linux (Ubuntu 20.04)
Workaround: `make -e SHELL=/bin/bash deploy'. It isn't too nice.