Skip to content

Conversation

@tuckerca01
Copy link

Apparent typo.
.case "$name" in sshd|login) tmux ;; esac.

changed to
.case "$name" in (sshd|login) tmus ;; esac.

Apparent typo.
.*case "$name" in sshd|login\) tmux ;; esac.*

changed to 
.*case "$name" in \(sshd|login\) tmus ;; esac.*
@tuckerca01
Copy link
Author

Tmux configuration contained typo that reports error on security scans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant