fetzerms / cryptboot-ssh

Retrieve cryptsetup keyfiles via ssh automatically at boot.
GNU General Public License v2.0
19 stars 9 forks source link

This changes the working directory of the script #16

Closed 459below closed 6 years ago

459below commented 6 years ago

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