1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-01-21 07:25:56 +01:00

Repaired psx user and cmd

This commit is contained in:
Lukas Macura 2016-04-22 09:44:06 +02:00
parent c439a9b06a
commit 363035fab3

View File

@ -28,7 +28,7 @@ Parameters::
Script::
if [ "${ZAF_PKG}" = "opkg" ]; then
AWK='{ print $2" "$5; }'
AWK='{ print $5" "$2; }'
PS="w"
else
AWK='{ print $11" "$1; }'