Don't show error when there are no backups yet

This commit is contained in:
Arjan H
2021-02-13 15:07:52 +01:00
parent 3ffe9dc86b
commit f8b823337d

View File

@@ -167,7 +167,7 @@ case $txt in
wait_up $PS_SERVICE &>>$LOGFILE
;;
"log-backups")
ls -1tr /home/labca/backup
ls -1tr /home/labca/backup || /bin/true
exit 0
;;
"log-server-backup")