This changes the working directory of the script, so that it will
always use the root of the project. This will prevent the script
from running in a different working directory and failing to copy
some of the files. The error messages were quite subtle and
could've gotten unnoticed.
This changes the working directory of the script, so that it will always use the root of the project. This will prevent the script from running in a different working directory and failing to copy some of the files. The error messages were quite subtle and could've gotten unnoticed.
https://github.com/fetzerms/cryptboot-ssh/blob/master/scripts/setupClient.sh#L39-L46