Browse Source

Related to issue #111

old-stable
Mitesh Shah 11 years ago
parent
commit
6e38b3ad1f
  1. 2
      usr/local/sbin/eeupdate

2
usr/local/sbin/eeupdate

@ -29,7 +29,7 @@ GITCOMMIT ()
if [ $? -ne 0 ]
then
# Add Files In Git Version Control
git add . && git commit -am "$EEGITMESSAGE" &>> $INSTALLLOG \
git add --all && git commit -am "$EEGITMESSAGE" &>> $INSTALLLOG \
|| OwnError "Unable To Git Commit On $EEGITDIR"
fi
}

Loading…
Cancel
Save