From bd3161f0c5f44e98083ecca7681731aa0f124be9 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 7 Aug 2023 10:35:51 -0500 Subject: [PATCH] rev 1.7.4f update line 432 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index ea6dd4a..53b4c2d 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -429,7 +429,7 @@ fix_cme() { getshell=$(echo $SHELL | cut -d "/" -f4) subshell=$(runuser $findrealuser $getshell -c 'echo $SHELL | cut -d "/" -f4') - checkforlocalbinpath=$(cat /home/$findrealuser/.$subshell"rc" | grep -i PATH= | grep -i "\$PATH:\$HOME\/\.local\/bin" -c) + checkforlocalbinpath=$(cat /home/$findrealuser/.$subshell"rc" | grep -i PATH= | grep -i "\$HOME\/\.local\/bin:\$PATH" -c) if [[ $checkforlocalbinpath -eq 0 ]] then