prismisch
Results
2
comments of
prismisch
Hi @furlongm, first of all I'm new to this topic and I'm sorry if my question is redundant. I have a similar problem as shown above and I want to...
@ocnbb If you add `; echo $?` to your command substitution, then it should work as expected. => `$(needs-restarting -r >/dev/null ; echo $?) -eq 1` Otherwise it won't ouput...