This commit is contained in:
2022-09-05 15:16:21 +03:00
parent f87a765ff7
commit 785500e0cd
+4
View File
@@ -78,6 +78,10 @@ printf_n(){ printf "$1\n" "${@:2}"; }
if [ -f $FILE_BASH ];
then
echo -e "${C_LGn}File bash_profile is exist${RES}"
if [ -f $HOME/.profile ];
then
FILE_BASH=$HOME/.profile
fi
else
if [ -f $HOME/.profile ];
then