removed datetime from docker log output
All checks were successful
/ build-docker-image (push) Successful in 50s
All checks were successful
/ build-docker-image (push) Successful in 50s
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
printf $(date '+%Y-%m-%d') >> /proc/1/fd/1;
|
||||
printf " " >> /proc/1/fd/1;
|
||||
printf $(date '+%H:%M:%S') >> /proc/1/fd/1;
|
||||
#printf $(date '+%Y-%m-%d') >> /proc/1/fd/1;
|
||||
#printf " " >> /proc/1/fd/1;
|
||||
#printf $(date '+%H:%M:%S') >> /proc/1/fd/1;
|
||||
printf "INFO:" >> /proc/1/fd/1;
|
||||
printf " %s" $DUPLICATI__OPERATIONNAME >> /proc/1/fd/1;
|
||||
printf " %s" $DUPLICATI__PARSED_RESULT >> /proc/1/fd/1;
|
||||
printf " %s" $DUPLICATI__backup_name >> /proc/1/fd/1;
|
||||
|
||||
Reference in New Issue
Block a user