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 4a401e4 + 1e40cb0 commit 1b0b1d5Copy full SHA for 1b0b1d5
install
@@ -193,6 +193,9 @@ function update_to_ee3()
193
ee_lib_echo "Removing EasyEngine 2"
194
rm -rf /etc/bash_completion.d/ee /etc/easyengine/ /usr/share/easyengine/ /usr/local/lib/easyengine /usr/local/sbin/easyengine /usr/local/sbin/ee /var/log/easyengine
195
196
+ # Softlink to fix command not found error
197
+ ln -s /usr/local/bin/ee /usr/local/sbin/ee
198
+
199
}
200
201
function git_init()
0 commit comments