diff options
| author | Jonathan Bauer | 2016-07-12 13:02:53 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2016-07-12 13:02:53 +0200 |
| commit | a2e4686cf67f80e29c902bbb3437c6926029b0e6 (patch) | |
| tree | bf2e16fe38a167ab19ac9a3e355ba28e3592fdb9 /remote/modules/vmware/data | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| parent | [kernel-vanilla] 4.4.13 (diff) | |
| download | tm-scripts-a2e4686cf67f80e29c902bbb3437c6926029b0e6.tar.gz tm-scripts-a2e4686cf67f80e29c902bbb3437c6926029b0e6.tar.xz tm-scripts-a2e4686cf67f80e29c902bbb3437c6926029b0e6.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/data')
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc index 160fbc17..f7ee634a 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/includes/logging.inc @@ -19,7 +19,7 @@ logging() { writelog "\t/tmp info: $(grep "/tmp " /proc/mounts) $(df -h | grep " /tmp$" | awk '{print $2}')" # hw setup writelog "Hardware:" - writelog "\tMAC:\t\t00:50:56:$macaddrsuffix" # TODO: Make var at top for this, it's hard coded twice + writelog "\tMAC:\t\t$macaddr" if [ -n "${network_card}" ]; then writelog "\tNet Adaptor:\t${network_card}" fi |
