Impossible to get output of remote ssh commands via cron
Hello, I have made a bash script to get ipstats of several devices, and i have a problem with my X450a-48t, the script works fine if i execute it manually, but in crontab no output, i think because in cron no tty is allocated. Example script: #!/b...