Hello all. I found a case where sbase rm command fails but doesn't output any error message, making it look like it succeeded.
mkdir ./test mkdir ./test/test sudo chown root:root ./test sudo chown root:root ./test/test rm -rf ./test rm won't output anything and exit (apparently) cleanly. But the ./test directory won't be deleted. Shouldn't a meaningful message be printed to warn about the failure? Regards.
