Guest Tintin Posted April 21, 2022 Share Posted April 21, 2022 I use Eset Endpoint on a linux ubuntu desktop device. After running "sudo ./odscan -s --profile="@In-depth scan" /*", I am trying to get the exit code through the command "echo $1". The result is an empty line (" "). What is going wrong? Link to comment
ESET Staff kurco 10 Posted April 22, 2022 ESET Staff Share Posted April 22, 2022 (edited) Hi, to see exit codes you need to use "echo $?", this is the standard way to get it from shell. However, it has been wrongly described in our documentation, we will fix it right away, thanks for pointing that out to us. Regards, Kurco Edited April 22, 2022 by kurco J.J. 1 Link to comment
Recommended Posts