I have a script that needs to store a large number of usernames and passwords. Basically what my script does is it fetches the customer usernames and passwords to execute an API link to check every hour with crontab.
Right now, I’m storing the customer credentials in the same bash script and it works with few customers(like 5). But when I add 20 or 30 credentials it is not working.
Can anyone help me with this?
New contributor
AnonymousDev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5