hi
i execute ed this command using command terminal
fetchmail > /dev/null\
and it is working correctly, but when I but put it inside bash scrpit, then it give me the following error
fetchmail: WARNING: Running as root is discouraged.
fetchmail: no mailservers have been specified.
#!/bin/bash
fetchmail > /dev/null
so, what is the correct command way inside bash??