mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
bash-completion: do not ellipsize machine name
This commit is contained in:
@@ -25,7 +25,7 @@ __contains_word () {
|
||||
|
||||
__get_machines() {
|
||||
local a b
|
||||
machinectl list --no-legend --no-pager 2>/dev/null |
|
||||
machinectl list --full --no-legend --no-pager 2>/dev/null |
|
||||
{ while read a b; do echo " $a"; done; };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user