diff options
author | Jonathan Bauer | 2020-05-26 15:35:51 +0200 |
---|---|---|
committer | Jonathan Bauer | 2020-05-26 15:35:51 +0200 |
commit | 30845e0747be94cbf866094d210a15450e23798e (patch) | |
tree | f69827911eecf02cf206c5ff1ce1f79d292ffae3 /core/modules/slx-issue | |
parent | Debian! (diff) | |
download | mltk-30845e0747be94cbf866094d210a15450e23798e.tar.gz mltk-30845e0747be94cbf866094d210a15450e23798e.tar.xz mltk-30845e0747be94cbf866094d210a15450e23798e.zip |
[slx-issue] add '/s' suffix to link speed
Diffstat (limited to 'core/modules/slx-issue')
-rwxr-xr-x | core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue index f0c87d69..9639d67e 100755 --- a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue +++ b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue @@ -81,7 +81,7 @@ Boot server:%space% $SLX_PXE_SERVER_IP Client address:%space% $SLX_PXE_CLIENT_IP EOF if [ -n "$linkspeed" ]; then - echo "Link speed:%space% ${linkspeed}MBit" >> "$TMPFILE" + echo "Link speed:%space% ${linkspeed}MBit/s" >> "$TMPFILE" fi if [ -n "$SLX_SHUTDOWN_SCHEDULE" ]; then echo "Scheduled shutdown:%space% $SLX_SHUTDOWN_SCHEDULE" >> "$TMPFILE" |