mirror of
https://github.com/limosek/zaf-plugins.git
synced 2025-12-13 22:02:42 +01:00
Repaired psx user and cmd
This commit is contained in:
@@ -28,7 +28,7 @@ Parameters::
|
|||||||
Script::
|
Script::
|
||||||
|
|
||||||
if [ "${ZAF_PKG}" = "opkg" ]; then
|
if [ "${ZAF_PKG}" = "opkg" ]; then
|
||||||
AWK='{ print $2" "$5; }'
|
AWK='{ print $5" "$2; }'
|
||||||
PS="w"
|
PS="w"
|
||||||
else
|
else
|
||||||
AWK='{ print $11" "$1; }'
|
AWK='{ print $11" "$1; }'
|
||||||
|
|||||||
Reference in New Issue
Block a user