This commit is contained in:
2023-01-28 13:41:26 +03:00
parent 469d59b099
commit b42b506c97
-1
View File
@@ -13,7 +13,6 @@ sudo mount -t nfs -O uid=1000,iocharset=utf-8 prox4.astrader.net:/var/lib/vz /ho
задаем переменную HOME_DIR в bash_profile, еси не определена (в зависимости от проекта ) задаем переменную HOME_DIR в bash_profile, еси не определена (в зависимости от проекта )
```bash ```bash
echo "export HOME_DIR=.umee" >> $HOME/.bash_profile echo "export HOME_DIR=.umee" >> $HOME/.bash_profile
source $HOME/.bash_profile source $HOME/.bash_profile
``` ```