summaryrefslogtreecommitdiffstats
path: root/ipmi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ipmi.sh')
-rw-r--r--ipmi.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ipmi.sh b/ipmi.sh
index e029784..889efe5 100644
--- a/ipmi.sh
+++ b/ipmi.sh
@@ -14,7 +14,9 @@
#
# ~ rgoncalves.se
-. ./log.sh
+log() {
+ echo "[${0}] $@"
+}
# load ipmi environment variables
# cross-referenced in next functions,
remember that computers suck.