## What's broken? The [uptime](https://github.com/wtfutil/wtf/blob/edad1b155d729dbafeb5dcdfca864a52d8151c62/cfg/default_config_file.go#L95) cmd is not working properly, it is showing `exit status 1` But it works if I remove the empty string `""` from the args: ``` args: [""] cmd: "uptime" ``` Args without `""` ``` args: [] cmd: "uptime" ```
Activity
FelicianoTech commentedon Apr 9, 2022
What version of wtf are you running?
What's your OS and OS version?
This is working for me out of the box so I'm trying to determine what might be different here.
brandonwardlaw commentedon May 16, 2022
Same issue here. Noted tweak above works for me.
System info:
Remove 'blank' arg from default configs
Remove 'blank' arg from default configs
Remove 'blank' arg from default configs (#1296)
umop3plsdn commentedon Mar 10, 2025
just wanted to comment and say this issue still exists for some reason with a new install
toby-bro commentedon Mar 29, 2025
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 ?