Skip to content

Commit

Permalink
Allow -p/--ps option in the live local mode as well
Browse files Browse the repository at this point in the history
Looks like an oversight when the -p/--ps option was
added originally, but without this there's no output
from "xsos -p" (live).

Signed-off-by: Nathan Scott <[email protected]>
  • Loading branch information
natoscott authored and superjamie committed May 28, 2024
1 parent d7d61c3 commit b43adfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xsos
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# xsos v0.7.31 last mod 2024-03-06
# xsos v0.7.32 last mod 2024-05-28
# Latest version at <http://github.com/ryran/xsos>
# RPM packages available at <http://people.redhat.com/rsawhill/rpms>
# Copyright 2012-2018 Ryan Sawhill Aroha <[email protected]>
Expand Down Expand Up @@ -4012,6 +4012,7 @@ trap "rm -rf $TMPDIR 2>/dev/null" EXIT
[[ -n $ip ]] && IPADDR
[[ -n $all ]] && XSOS_IP_VERSION=6 IPADDR
[[ -n $sysctl ]] && SYSCTL / 2>/dev/null
[[ -n $ps ]] && PSCHECK
[[ -n $ss ]] && SSCHECK
[[ -n $firewall ]]&& FIREWALL
[[ -n $ifcfg ]] && IFCFG
Expand Down

0 comments on commit b43adfa

Please sign in to comment.