fix restic_cron_command stderr ouput redirect
The current redirect in cron is 2&>1
.
But this does not redirect stderr to log file.
The correct redirection is 2>&1
Edited by Fabien Combernous
The current redirect in cron is 2&>1
.
But this does not redirect stderr to log file.
The correct redirection is 2>&1