From f87a765ff73ad980acab8e285d966220284ddd94 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 5 Sep 2022 15:10:39 +0300 Subject: [PATCH] Utils --- miscellaneous/insert_variable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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