diff --git a/miscellaneous/insert_variable.sh b/miscellaneous/insert_variable.sh index f7b8500..89885bc 100644 --- a/miscellaneous/insert_variable.sh +++ b/miscellaneous/insert_variable.sh @@ -75,7 +75,7 @@ printf_n(){ printf "$1\n" "${@:2}"; } #touch $HOME/.bash_profile FILE_BASH=$HOME/.bash_profile - if [ -f FILE_BASH ]; + if [ -f $FILE_BASH ]; then echo -e "${C_LGn}File bash_profile is exist${RES}" else