From 363035fab3473ca4af8d0cc4cc9b81cc39314c79 Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Fri, 22 Apr 2016 09:44:06 +0200 Subject: [PATCH] Repaired psx user and cmd --- psx/control.zaf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psx/control.zaf b/psx/control.zaf index fba38c7..e8ee9dc 100644 --- a/psx/control.zaf +++ b/psx/control.zaf @@ -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; }'