This commit is contained in:
2022-09-05 15:10:39 +03:00
parent 9cf977ba14
commit f87a765ff7
+1 -1
View File
@@ -75,7 +75,7 @@ printf_n(){ printf "$1\n" "${@:2}"; }
#touch $HOME/.bash_profile #touch $HOME/.bash_profile
FILE_BASH=$HOME/.bash_profile FILE_BASH=$HOME/.bash_profile
if [ -f FILE_BASH ]; if [ -f $FILE_BASH ];
then then
echo -e "${C_LGn}File bash_profile is exist${RES}" echo -e "${C_LGn}File bash_profile is exist${RES}"
else else