This website requires JavaScript.
Explore
Help
Sign In
verbis-admin
/
bridgehead
Watch
1
Star
0
Fork
You've already forked bridgehead
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
10ec2b0e92
bridgehead
/
lib
/
log.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Monitoring for bridgehead startup and update (#22)
2022-10-06 10:45:50 +02:00
#!/bin/bash
log
(
)
{
Shorten installation by including some installation steps into a shell script
2022-05-17 18:04:15 +02:00
SEVERITY
=
"
$1
"
shift
echo
-e
"
$(
date +
'%Y-%m-%d %T'
)
"
"
$SEVERITY
:
"
"
$@
"
Monitoring for bridgehead startup and update (#22)
2022-10-06 10:45:50 +02:00
}