Update problem

Hi,
I’m trying to update EasyEngine from 1.0.0 to 1.1.0 unsuccessfully:
I first tried the command you give on your post:
/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)
After adding sudo I had this error:
/bin/bash: /dev/fd/63: Aucun fichier ou dossier de ce type
So I downloaded it and ran it with:
sudo ./eeupdate
And have :
Unable To Git Commit On /etc/nginx
What do I have to do?
Unable To Git Commit On /etc/nginx
Sorry for error messages in french, hope you understand what errors are on.
Thanks for your help…

@Mer Mouy
We will check the error and update you asap.

@Mer Mouy

I had the same issue when trying to update to the latest version. Try running the command as root. Worked for me.

sudo su
and then run the update
/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)

Hi @Mer Mouy

EasyEngine 1.0 initialize git on /etc/nginx, /etc/php5, /etc/mysql, and /etc/postfix. Somehow .git folder is missing on your /etc/nginx, so update script is failed to commit the changes in /etc/nginx

cd /etc/nginx  
git init

Run the update script again to update the easyengine.

sudo su -  
/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)

@mytzaned

Can you confirm is your issue is fixed?

Sorry for late answer, I was bit busy recently.
The trick from Mitesh Shah done it, it looks like my .git folder was missing…
Thanks!

@mytzaned thanks you for providing alternate solution also.

@mer-mouy Thanks for confirmation. I am marking this as resolved.

If you face any issues, please let us know.