diff --git a/bash/sms-free.sh b/bash/sms-free.sh index 56bfab5..07678b0 100755 --- a/bash/sms-free.sh +++ b/bash/sms-free.sh @@ -212,6 +212,7 @@ get_credentials() { log "skipping." fi done + printf "%s: cannot find credentials for user '%s'\n" "$cmdname" "$_user" return 2 }