diff --git a/bin/qemush b/bin/qemush index 1cbf8c5..75bd8f7 100755 --- a/bin/qemush +++ b/bin/qemush @@ -93,7 +93,7 @@ public_watch() { # List running virtual machines public_active() { echo "Running machines:" - exec ls "$sockets" + exec ls -t "$sockets" } # List available virtual machines entrypoints