From 025bffbc2aa6a2dadadff9c62d7d1de78deb007f Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 21 Oct 2022 13:21:38 -0500 Subject: [PATCH] update for x86 --- cat-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cat-functions b/cat-functions index 0e9d006..b2ad741 100755 --- a/cat-functions +++ b/cat-functions @@ -5,7 +5,7 @@ MYPATH=$HOME/patmenu2 LOGO=$MYPATH/pmlogo.png MAIN=$MYPATH/./catalog -PATCONFIG=$XDG_CONFIG_HOME/pat/config.json +PATCONFIG=$HOME/.config/pat/config.json #get callsign from pat config file CALLSIGN=$(cat $PATCONFIG | grep -m 1 mycall | sed 's/\"mycall\": \"//' | sed 's/\",//' | sed -e 's/^\s*//' | tr '[:lower:]' '[:upper:]')