We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7944fd0 commit e73609fCopy full SHA for e73609f
docker-lifecycle-listener.sh
@@ -3,7 +3,7 @@
3
valid_commands=("start" "stop")
4
5
log() {
6
- echo "$(date +%Y-%d-%mT%H:%M:%S) $1"
+ echo "$(date +%Y-%d-%mT%H:%M:%S%Z) $1"
7
}
8
9
error() {
notifier.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
send() {
0 commit comments