I often use "true" and "false" since they are also commands that merely return success and failure respectively. Then you can do
if "$phone_missing"; then ...
I often use "true" and "false" since they are also commands that merely return success and failure respectively. Then you can do
if "$phone_missing"; then ...