From aefc8d6c380c5614c84108d906eed32e632242d6 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Tue, 21 Sep 2021 09:38:14 -0500 Subject: [PATCH] fix #26 --- manage-pat-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-pat-functions b/manage-pat-functions index c84a891..865a6de 100644 --- a/manage-pat-functions +++ b/manage-pat-functions @@ -24,7 +24,7 @@ cat $OUTFILE | awk 'OFS="\n" {print $1, $2}' REMOVE=$(PARSER='OFS="\n" {print $1, $2}' -tail -10 $OUTFILE | awk "$PARSER" | \ +tail -50 $OUTFILE | awk "$PARSER" | \ yad --title="Current Alias List" --width=1100 --height=500 \ --image $LOGO --window-icon=$LOGO --image-on-top \ --center --list --text="Select Alias to Delete" \