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 \