mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 06:00:14 +02:00
Monitoring for bridgehead startup and update (#22)
This commit is contained in:
5
lib/log.sh
Normal file
5
lib/log.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
log() {
|
||||
echo -e "$(date +'%Y-%m-%d %T')" "$1:" "$2"
|
||||
}
|
Reference in New Issue
Block a user