Browse Source

Fixed Message

old-stable
Mitesh Shah 12 years ago
parent
commit
e77a132fae
  1. 2
      setup/easyengine

2
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"

Loading…
Cancel
Save