rev 1.7.4f update line 432

This commit is contained in:
Dewalt 2023-08-07 10:35:51 -05:00
parent 35a045ebfa
commit bd3161f0c5
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ fix_cme() {
getshell=$(echo $SHELL | cut -d "/" -f4) getshell=$(echo $SHELL | cut -d "/" -f4)
subshell=$(runuser $findrealuser $getshell -c '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 ]] if [[ $checkforlocalbinpath -eq 0 ]]
then then