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.
2 parents d0064e9 + 4520a2a commit 7d50cf2Copy full SHA for 7d50cf2
install
@@ -734,9 +734,9 @@ function ee_git_init()
734
}
735
736
# Update EasyEngine
737
-if [ -f /usr/local/bin/ee ]; then
+if [ -f /usr/local/sbin/easyengine ]; 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