1.7.4f update line 412
This commit is contained in:
parent
c6aa03dbc0
commit
5b41e44ba0
|
@ -409,7 +409,7 @@ fix_cme() {
|
||||||
|
|
||||||
if [[ $check_for_local_bin_path -eq 0 ]];
|
if [[ $check_for_local_bin_path -eq 0 ]];
|
||||||
then
|
then
|
||||||
echo "export PATH=$PATH:$HOME/.local/bin" >> $HOME/.$getshell"rc"
|
echo "export PATH=$HOME/.local/bin:$PATH" >> $HOME/.$getshell"rc"
|
||||||
else
|
else
|
||||||
echo "\n $redexclaim Path already exists for user $findrealuser "
|
echo "\n $redexclaim Path already exists for user $findrealuser "
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue