-
-
Notifications
You must be signed in to change notification settings - Fork 813
The "uptime" cmd from the default config is not working #1197
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
Comments
What version of wtf are you running? This is working for me out of the box so I'm trying to determine what might be different here. |
Same issue here. Noted tweak above works for me. System info:
|
From wtfutil#1197, this seems to break on linux Thought is that on linux this is translating into some weird extra arg Since we can have a blank args list, I think this makes sense to keep it blank
From wtfutil#1197, this seems to break on linux Thought is that on linux this is translating into some weird extra arg Since we can have a blank args list, I think this makes sense to keep it blank
From #1197, this seems to break on linux Thought is that on linux this is translating into some weird extra arg Since we can have a blank args list, I think this makes sense to keep it blank
just wanted to comment and say this issue still exists for some reason with a new install |
Yes it is because of this : wtf/cfg/default_config_file.go Lines 93 to 94 in 6a02b97
did you do a local install with go install . to install wtf ?
|
What's broken?
The uptime cmd is not working properly, it is showing
exit status 1
But it works if I remove the empty string
""
from the args:Args without
""
The text was updated successfully, but these errors were encountered: