Skip to content

Commit 1b0b1d5

Browse files
committed
Merge branch 'python' of github.com:rtCamp/easyengine into python
2 parents 4a401e4 + 1e40cb0 commit 1b0b1d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ function update_to_ee3()
193193
ee_lib_echo "Removing EasyEngine 2"
194194
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
195195

196+
# Softlink to fix command not found error
197+
ln -s /usr/local/bin/ee /usr/local/sbin/ee
198+
196199
}
197200

198201
function git_init()

0 commit comments

Comments
 (0)