From 248ed1da803862d8d68a2f2def16bfc99c3ec391 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 21 Nov 2013 15:02:35 +0530 Subject: [PATCH] Fix variable name --- usr/local/sbin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index e19ebfeb..27e37d25 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -462,7 +462,7 @@ EEGITCOMMIT() if [ $? -ne 0 ] then # Git Commit Functionality - echo -e "\033[34mTake $GITDIR Configuration In Git Version Control...\e[0m" + echo -e "\033[34mTake $EEGITDIR Configuration In Git Version Control...\e[0m" # Add Newly Created Files && Commit It git add . && git commit -am "$EEGITMESSAGE" &>> $INSTALLLOG \