diff --git a/setup/easyengine b/setup/easyengine index 41fa3007..a6a42fe9 100755 --- a/setup/easyengine +++ b/setup/easyengine @@ -341,7 +341,7 @@ EEGITCOMMIT() if [ $? -ne 0 ] then # Git Commit Functionality - echo -e "\033[34m Take Nginx Configuration In Git Version Control... \e[0m" + echo -e "\033[34m Take $GITDIR Configuration In Git Version Control... \e[0m" # Add Newly Created Files && Commit It git add . && git commit -am "$EEGITMESSAGE"