lilalo
diff lm-install @ 34:34f3ce44c365
lm-install:
Инсталляция запуска l3-agent в .bash_profile
Инсталляция запуска l3-agent в .bash_profile
author | devi |
---|---|
date | Mon Nov 14 09:17:49 2005 +0200 (2005-11-14) |
parents | 4d252e7dd478 |
children | 466bea239d25 |
line diff
1.1 --- a/lm-install Mon Nov 14 07:42:57 2005 +0200 1.2 +++ b/lm-install Mon Nov 14 09:17:49 2005 +0200 1.3 @@ -202,9 +202,9 @@ 1.4 1.5 echo Don\'t forget to check .bash_profile for .bashrc call 1.6 1.7 - [ -e $home/.profile ] && install_to_profile $home/.profile \ 1.8 - && install_to_profile $home/.profile \ 1.9 - && echo LabMaker is installed to $home/.profile 1.10 + [ -e $home/.bash_profile ] && install_to_profile $home/.bash_profile \ 1.11 + && install_to_profile $home/.bash_profile \ 1.12 + && echo LabMaker is installed to $home/.bash_profile 1.13 1.14 touch $home/.bashrc 1.15 [ -e $home/.bashrc ] && install_to_bashrc $home/.bashrc \