We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6e6ea commit a35d58eCopy full SHA for a35d58e
install
@@ -734,9 +734,9 @@ function ee_git_init()
734
}
735
736
# Update EasyEngine
737
-if [ -f /usr/local/sbin/easyengine ]; then
+if [ -f /usr/local/bin/ee ]; then
738
# Check old EasyEngine version
739
- ee version | grep ${ee_version_old} &>> /dev/null
+ ee --version | grep ${ee_version_old} &>> /dev/null
740
if [[ $? -ne 0 ]]; then
741
ee_lib_echo "EasyEngine $ee_version_old not found on your system" | tee -ai $ee_install_log
742
ee_lib_echo "Updating your EasyEngine to $ee_version_old for compability" | tee -ai $ee_install_log
0 commit comments