-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: network_ping is not set as executable #180
Comments
Same here. |
This issue just helped me understand why my network settings were never showing up in tmux! Changed permissions to For additional context, |
@Normanras, |
🐛 fix(#180): set network_ping as executable
Signed-off-by: Adrien Kara <[email protected]> (cherry picked from commit a960a12)
Describe the bug
the network_ping.sh plugin is not set as executable in its permissions
To Reproduce
execute
./network_ping.sh
in the$HOME/.tmux/plugins/tmux/scripts
directory and it will display errors.Expected behavior
it should execute the script and output the ping for a server (e.g.
google.com
)Screenshots
System
The text was updated successfully, but these errors were encountered: