diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-30 15:05:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 15:05:35 +0100 |
commit | 5a19563a2938f3a4626637bb1c6b9164bb2a410d (patch) | |
tree | e1341be7532b9c9b0d70b3f5fd49642ec23a4259 | |
parent | c032f0a40486c581437f79313ad8b658f474ff40 (diff) | |
parent | 40815517715b8bb6d66a54558da0a4c4888f6dc3 (diff) | |
download | vyos-1x-5a19563a2938f3a4626637bb1c6b9164bb2a410d.tar.gz vyos-1x-5a19563a2938f3a4626637bb1c6b9164bb2a410d.zip |
Merge pull request #663 from sever-sever/T2874
op-mode: T2874: Fix typo in the script description
-rwxr-xr-x | src/op_mode/force_mtu_host.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/op_mode/force_mtu_host.sh b/src/op_mode/force_mtu_host.sh index 02955c729..c72fc243f 100755 --- a/src/op_mode/force_mtu_host.sh +++ b/src/op_mode/force_mtu_host.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash # -# Module: vyos-show-ram.sh -# Displays memory usage information in minimalistic format -# # Copyright (C) 2020 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify |