sms-free.sh: add error message if login not found in keyfile

This commit is contained in:
2022-09-06 18:16:52 +02:00
parent 876965ce96
commit 5235a3382e

View File

@@ -212,6 +212,7 @@ get_credentials() {
log "skipping."
fi
done
printf "%s: cannot find credentials for user '%s'\n" "$cmdname" "$_user"
return 2
}