diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-06-10 16:04:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-10 16:04:26 +0100 |
commit | fbaf05c6abcb9d428c85e04e49af5dafc35d0194 (patch) | |
tree | 77231964a83fda6d63a3843fcc59387469d171ca | |
parent | bd93800b90c18149d152fbff52d824eb3c1ff160 (diff) | |
parent | bd3ad6feee404e6ccaa2b5708f8f904fbe6173e9 (diff) | |
download | vyos-1x-fbaf05c6abcb9d428c85e04e49af5dafc35d0194.tar.gz vyos-1x-fbaf05c6abcb9d428c85e04e49af5dafc35d0194.zip |
Merge pull request #4551 from dmbaturin/T7538-remove-show-login-level
op-mode: T7538: remove the obsolete "show login level" command
-rw-r--r-- | op-mode-definitions/show-login.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/op-mode-definitions/show-login.xml.in b/op-mode-definitions/show-login.xml.in index 6d8c782c4..664677bc6 100644 --- a/op-mode-definitions/show-login.xml.in +++ b/op-mode-definitions/show-login.xml.in @@ -14,12 +14,6 @@ </properties> <command>/usr/bin/id -Gn</command> </leafNode> - <leafNode name="level"> - <properties> - <help>Show current login level</help> - </properties> - <command>if [ -n "$VYATTA_USER_LEVEL_DIR" ]; then basename $VYATTA_USER_LEVEL_DIR; fi</command> - </leafNode> <leafNode name="user"> <properties> <help>Show current login user id</help> |