Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tee with wpa_passphrase so errors are visable
wpa_passphrase writes its error messages to stdout, so this needs to tee so that errors are visable to user. Also need to enable pipefail so that the error code still gets caught.
- Loading branch information