mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Small refactor
This commit is contained in:
parent
9a34ff66bc
commit
274098a029
@ -71,7 +71,8 @@ install_plugins() {
|
|||||||
verify_tpm_path_permissions() {
|
verify_tpm_path_permissions() {
|
||||||
# check the write permission flag for all users to ensure
|
# check the write permission flag for all users to ensure
|
||||||
# that we have proper access
|
# that we have proper access
|
||||||
[ -w $SHARED_TPM_PATH ] || echo_message "$SHARED_TPM_PATH does not seem to be writable!"
|
[ -w "$SHARED_TPM_PATH" ] ||
|
||||||
|
echo_err "$SHARED_TPM_PATH is not writable!"
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user