Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
harshadyeola 10 years ago
parent
commit
58d1d09252
  1. 2
      install

2
install

@ -220,7 +220,7 @@ if [ -f /usr/local/sbin/easyengine ]; then
if [[ $? -ne 0 ]]; then
ee_lib_echo "EasyEngine $old_ee_version not found on your system"
ee_lib_echo "Updating your EasyEngine to $old_ee_version for compability"
wget https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
wget -q https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update
if [[ $? -ne 0 ]]; then
ee_lib_echo_info "Unbale to update EasyEngine2 to $old_ee_version"
exit 1

Loading…
Cancel
Save